From 6da383232c503db545108440398b939707401142 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 22 Oct 2025 12:54:48 +0200 Subject: [PATCH] Rebuild --- backend/go-app/main.go | 1 - 1 file changed, 1 deletion(-) 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 }