summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/main.c2
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 <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
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;