disabled debug logs for release
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,7 +16,7 @@ local MODE = {
|
|||||||
log.MODE = MODE
|
log.MODE = MODE
|
||||||
|
|
||||||
-- whether to log debug messages or not
|
-- whether to log debug messages or not
|
||||||
local LOG_DEBUG = true
|
local LOG_DEBUG = false
|
||||||
|
|
||||||
local log_sys = {
|
local log_sys = {
|
||||||
path = "/log.txt",
|
path = "/log.txt",
|
||||||
|
|||||||
Reference in New Issue
Block a user