Turn off debug mode

This commit is contained in:
Kelvin Ly (on the cloud) 2020-06-20 12:41:08 +00:00
parent bca142dc17
commit cb792d4496
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
//blackfriday "gopkg.in/russross/blackfriday.v2"
)
const DEBUG = true
const DEBUG = false
const DOMAIN_NAME = "threefortiethofonehamster.com"