From 5eaae89af9d95569ec69ab0beb99e0eeffaec9bc Mon Sep 17 00:00:00 2001 From: pk910 Date: Wed, 10 Aug 2011 04:24:25 +0200 Subject: [PATCH] commented out a parse error output --- IRCParser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRCParser.c b/IRCParser.c index f60d2aa..30ecfc6 100644 --- a/IRCParser.c +++ b/IRCParser.c @@ -78,7 +78,7 @@ static void parse_raw(struct ClientSocket *client, char *from, char *cmd, char * } } if(!ret) { - fprintf(stderr,"PARSE ERROR: %s", cmd); + //fprintf(stderr,"PARSE ERROR: %s", cmd); commented out right now - we're still developing and this is very spammy } } -- 2.20.1