From 438ced6b96e795c3ec1cecb850bf73eda5371840 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Wed, 13 Oct 2021 14:52:07 +0200 Subject: [PATCH] Revert accidental commit --- src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.h b/src/debug.h index e5bc21b..9557d72 100644 --- a/src/debug.h +++ b/src/debug.h @@ -3,7 +3,7 @@ #include "config/config.h" /// Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer -#define DEBUG_LOGIC +//#define DEBUG_LOGIC /// Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer //#define DEBUG_MODULES