From cb792d449607e481cac9690d2557c2d3b8130a8f Mon Sep 17 00:00:00 2001 From: "Kelvin Ly (on the cloud)" Date: Sat, 20 Jun 2020 12:41:08 +0000 Subject: [PATCH] Turn off debug mode --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e93a7ad..f030c36 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( //blackfriday "gopkg.in/russross/blackfriday.v2" ) -const DEBUG = true +const DEBUG = false const DOMAIN_NAME = "threefortiethofonehamster.com"