From: Anselm R Garbe Date: Tue, 23 Mar 2010 18:00:37 +0000 (+0000) Subject: removed debug line X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=dad75aa6ba9f9b50b5f6c656929092aad0963462 removed debug line --- diff --git a/sic.c b/sic.c index 592a314..3c69569 100644 --- a/sic.c +++ b/sic.c @@ -42,7 +42,6 @@ sout(char *fmt, ...) { vsnprintf(bufout, sizeof bufout, fmt, ap); va_end(ap); fprintf(srv, "%s\r\n", bufout); - fprintf(stderr, "debug: %s\n", bufout); } static void