From 4e26741d675e5b918fd54d94b3c1229a3b0f8f25 Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Sun, 29 May 2022 12:44:54 +0100 Subject: [PATCH] debug off --- control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.lua b/control.lua index 21182d2e..df144849 100644 --- a/control.lua +++ b/control.lua @@ -1,6 +1,6 @@ require 'utils.data_stages' _LIFECYCLE = _STAGE.control -- Control stage -_DEBUG = true +_DEBUG = false _DUMP_ENV = false require 'utils.server'