diff options
| author | uint23 <72694427+uint23@users.noreply.github.com> | 2025-06-01 20:52:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 20:52:07 +0100 |
| commit | e666a9635dc6f89d6e5109ca663d59996c1217fe (patch) | |
| tree | de1302e6884255cee8d1f6a92bcd3b108ed11ca8 | |
| parent | 5c36deeb356fa0095008db817b6fee5c7d12958a (diff) | |
remove DEBUG messages
| -rw-r--r-- | src/parser.c | 1 |
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); } |
