]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Thu, 5 Oct 2000 20:02:22 +0000 (20:02 +0000)
committerwessels <>
Thu, 5 Oct 2000 20:02:22 +0000 (20:02 +0000)
 - Removed leftover debugging from removing stdio.

src/net_db.cc

index dcf752bceb5b260eb533e46bba0b1999e321e134..bf0f53bc2efe7eed01f9cd599837dcbefdd1e191 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.146 2000/10/05 03:20:40 wessels Exp $
+ * $Id: net_db.cc,v 1.147 2000/10/05 14:02:22 wessels Exp $
  *
  * DEBUG: section 38    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -412,7 +412,6 @@ netdbSaveState(void *foo)
            t = wbuf;
            wl <<= 1;
            wbuf = xmalloc(wl);
-           debug(0, 0) ("netdbSaveState: wbuf now %d bytes\n", wl);
            xmemcpy(wbuf, t, wo);
            xfree(t);
        }