diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -158,8 +158,6 @@ strtok_ws (char *s) char *nonws; static char *pointer = NULL; - printf ("pointer: %p\n", pointer); - if (s) pointer = s; |