From a8a845fa536b6a8ec7b7bd907658689000db9d60 Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 4 Oct 2006 02:55:57 +0000 Subject: (strtok_ws): remove useless debug ouput. --- ChangeLog | 4 ++++ src/main.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7828d1..049a912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-03 Shawn Betts + + * src/main.c (strtok_ws): remove useless debug ouput. + 2006-09-26 Shawn Betts * src/actions.c (initialize_default_keybindings): bind "swap" to C-t x and C-t C-x diff --git a/src/main.c b/src/main.c index c8582f0..fe9ff0a 100644 --- a/src/main.c +++ b/src/main.c @@ -158,8 +158,6 @@ strtok_ws (char *s) char *nonws; static char *pointer = NULL; - printf ("pointer: %p\n", pointer); - if (s) pointer = s; -- cgit v1.2.3