summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}