From 7a9dd25786b7e7e4c86e88c435680e3ddc0a6cb8 Mon Sep 17 00:00:00 2001 From: Kevin <68612569+diyelectromusic@users.noreply.github.com> Date: Sat, 30 Dec 2023 09:06:12 -0800 Subject: [PATCH] Remove verbose debug options (doh!) --- src/performanceconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performanceconfig.cpp b/src/performanceconfig.cpp index 8af5255..d6f59bd 100644 --- a/src/performanceconfig.cpp +++ b/src/performanceconfig.cpp @@ -29,7 +29,7 @@ LOGMODULE ("Performance"); -#define VERBOSE_DEBUG +//#define VERBOSE_DEBUG #define PERFORMANCE_DIR "performance" #define DEFAULT_PERFORMANCE_FILENAME "performance.ini"