From 310d0c691c8b2402b6b22a2c3c1f4e6907b49254 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 23 Apr 2025 17:23:43 +0200 Subject: [PATCH] chore: remove DEBUG from .env (#59922) --- sample.env | 1 - 1 file changed, 1 deletion(-) diff --git a/sample.env b/sample.env index 40614fe7b0c..a6444055945 100644 --- a/sample.env +++ b/sample.env @@ -62,7 +62,6 @@ SHOW_UPCOMING_CHANGES=false # Debugging Mode Keys - these should not be used in production # --------------------- PEER=stuff -DEBUG=true LOCAL_MOCK_AUTH=true # ---------------------