removed debug line

This commit is contained in:
Anselm R Garbe 2010-03-23 18:00:37 +00:00
parent d78d10d1a1
commit dad75aa6ba
1 changed files with 0 additions and 1 deletions

1
sic.c
View File

@ -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