disabled debug logs for release

This commit is contained in:
Mikayla Fischler 2023-04-09 18:03:28 -04:00
parent 4ef73a8580
commit 0c0055d5ae
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -16,7 +16,7 @@ local MODE = {
log.MODE = MODE
-- whether to log debug messages or not
local LOG_DEBUG = true
local LOG_DEBUG = false
local log_sys = {
path = "/log.txt",