summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-10-04 02:55:57 +0000
committersabetts <sabetts>2006-10-04 02:55:57 +0000
commita8a845fa536b6a8ec7b7bd907658689000db9d60 (patch)
treeab10831d58cb3124f26af2b3c4472316a474ef6b
parent5018bb04493568f8282ae3ad612075b2cbe5066b (diff)
downloadratpoison-a8a845fa536b6a8ec7b7bd907658689000db9d60.zip
(strtok_ws): remove useless debug ouput.
-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;