diff --git a/backend/go-app/main.go b/backend/go-app/main.go index 633cd6f4..5b26b726 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -5694,7 +5694,6 @@ func initHandlers() { // Had to move away from mux, which means Method is fucked up right now. func main() { - if os.Getenv("DEBUG") == "true" { debug = true }