From de2891586391145a2e2cc1ac54014ac70b0b6ccd Mon Sep 17 00:00:00 2001 From: Vincent-FK Date: Mon, 5 Apr 2021 16:35:35 +0200 Subject: [PATCH] removed debug_printf in parse_config --- parse_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse_config.c b/parse_config.c index 1521f37..8d8567d 100644 --- a/parse_config.c +++ b/parse_config.c @@ -36,7 +36,7 @@ #include "parse_config.h" #include "uinput.h" -#define DEBUG_CONFIG +//#define DEBUG_CONFIG #define ERROR_CONFIG #ifdef DEBUG_CONFIG