diff --git a/code/_helpers/logging.dm b/code/_helpers/logging.dm index 994255af6e..f93169ac3a 100644 --- a/code/_helpers/logging.dm +++ b/code/_helpers/logging.dm @@ -23,7 +23,8 @@ //print a testing-mode debug message to world.log /proc/testing(msg) - to_world_log("## TESTING: [msg]") + if (config.log_debug) //CHOMPEdit + to_world_log("## TESTING: [msg]") /proc/log_admin(text) admin_log.Add(text)