removed debug output

This commit is contained in:
Anselm R. Garbe 2007-02-09 15:04:57 +01:00
parent 264f8e9422
commit 9b093ac5c6

1
sic.c
View File

@ -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, ' ')))