Introduction
Introduction Statistics Contact Development Disclaimer Help
removed debug line - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit dad75aa6ba9f9b50b5f6c656929092aad0963462
parent d78d10d1a17e24c3b9ee0a9892c84035a95c413d
Author: Anselm R Garbe <[email protected]>
Date: Tue, 23 Mar 2010 18:00:37 +0000
removed debug line
Diffstat:
M sic.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git 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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.