summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruint23 <72694427+uint23@users.noreply.github.com>2025-06-01 20:52:07 +0100
committerGitHub <noreply@github.com>2025-06-01 20:52:07 +0100
commite666a9635dc6f89d6e5109ca663d59996c1217fe (patch)
treede1302e6884255cee8d1f6a92bcd3b108ed11ca8 /src
parent5c36deeb356fa0095008db817b6fee5c7d12958a (diff)
remove DEBUG messages
Diffstat (limited to 'src')
-rw-r--r--src/parser.c1
1 files changed, 0 insertions, 1 deletions
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);
}