From e964cf0d3515b68c082ee43772ba936fd114a9a4 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Wed, 19 Dec 2001 05:20:01 +0000 Subject: Damn---removed the debugging code from write_message(). --- src/reqs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/reqs.c b/src/reqs.c index 5200589..e1b18f0 100644 --- a/src/reqs.c +++ b/src/reqs.c @@ -1,4 +1,4 @@ -/* $Id: reqs.c,v 1.47 2001-12-19 05:19:03 rjkaes Exp $ +/* $Id: reqs.c,v 1.48 2001-12-19 05:20:01 rjkaes Exp $ * * This is where all the work in tinyproxy is actually done. Incoming * connections have a new thread created for them. The thread then @@ -216,8 +216,6 @@ write_message(int fd, const char *fmt, ...) n = vsnprintf(buf, size, fmt, ap); va_end(ap); - DEBUG2("n = %d", n); - /* If that worked, break out so we can send the buffer */ if (n > -1 && n < size) break; -- cgit v1.2.3