mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
update: remove always return true in debug mode
This commit is contained in:
@@ -42,7 +42,6 @@ func GetLogLevel() LogLevel {
|
||||
}
|
||||
|
||||
func IsDebug() bool {
|
||||
return true
|
||||
return os.Getenv("XUI_DEBUG") == "true"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user