From e666a9635dc6f89d6e5109ca663d59996c1217fe Mon Sep 17 00:00:00 2001 From: uint23 <72694427+uint23@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:52:07 +0100 Subject: remove DEBUG messages --- src/parser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/parser.c b/src/parser.c index 7bca735..f969b1d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -272,7 +272,6 @@ found:; /* store each programs name in its own row at index 0 */ cfg->should_float[should_floatn][0] = strdup(comma); - printf("DEBUG: should_float[%d][0] = '%s'\n", should_floatn, cfg->should_float[should_floatn][0]); should_floatn++; comma = strtok_r(NULL, ",", &comma_ptr); } -- cgit v1.2.3