diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/main.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2006-10-03 Shawn Betts <sabetts@vcn.bc.ca> + + * src/main.c (strtok_ws): remove useless debug ouput. + 2006-09-26 Shawn Betts <sabetts@vcn.bc.ca> * src/actions.c (initialize_default_keybindings): bind "swap" to C-t x and C-t C-x @@ -158,8 +158,6 @@ strtok_ws (char *s) char *nonws; static char *pointer = NULL; - printf ("pointer: %p\n", pointer); - if (s) pointer = s; |