diff --git a/config/config.go b/config/config.go index c8f12e64..e1c7f911 100644 --- a/config/config.go +++ b/config/config.go @@ -42,7 +42,6 @@ func GetLogLevel() LogLevel { } func IsDebug() bool { - return true return os.Getenv("XUI_DEBUG") == "true" }