From 12aee9627caffece72c4b7f03c39af4f78edbfc1 Mon Sep 17 00:00:00 2001 From: Chris Quigley Date: Fri, 6 Dec 2024 15:31:24 -0500 Subject: [PATCH] Changed comment --- http/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/http/handler.go b/http/handler.go index d057ffb178..7d24245ea4 100644 --- a/http/handler.go +++ b/http/handler.go @@ -23,7 +23,6 @@ import ( // Global variable for the development mode flag // This is checked by the http/handler_extras.go/Purge function to determine which response to send -// to the client. var IsDevMode bool = false // Version is the identifier for the current API version.