summaryrefslogtreecommitdiff
path: root/src/main.c
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 /src/main.c
parent5018bb04493568f8282ae3ad612075b2cbe5066b (diff)
downloadratpoison-a8a845fa536b6a8ec7b7bd907658689000db9d60.zip
(strtok_ws): remove useless debug ouput.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
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;