From e6f5fd0415be76965deb45d0799feccdac05c1ca Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Thu, 21 Nov 2024 13:26:39 +1300 Subject: [PATCH] Disable Debugging in Planner. Signed-off-by: Michael Keller --- core/planner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/planner.cpp b/core/planner.cpp index 8706f7d55..740a1045b 100644 --- a/core/planner.cpp +++ b/core/planner.cpp @@ -27,7 +27,7 @@ #include "qthelper.h" #include "version.h" -#define DEBUG_PLAN 255 +//#define DEBUG_PLAN 255 static constexpr int base_timestep = 2; // seconds