]> git.armaanb.net Git - sic.git/commitdiff
removed debug output
authorAnselm R. Garbe <arg@suckless.org>
Fri, 9 Feb 2007 14:04:57 +0000 (15:04 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 9 Feb 2007 14:04:57 +0000 (15:04 +0100)
sic.c

diff --git a/sic.c b/sic.c
index 4edc21430f53c4a6d1513b33337906844d187bd9..4d925a7c8e96a79e6739d96d3274145c0af8437f 100644 (file)
--- a/sic.c
+++ b/sic.c
@@ -102,7 +102,6 @@ parsesrv(char *msg) {
        txt = NULL;
        if(!msg || !(*msg))
                return;
-       pout("debug", msg);
        if(msg[0] != ':')
                return; /* don't handle prefix-less server commands */
        if(!(p = strchr(msg, ' ')))