From: wessels <> Date: Thu, 5 Oct 2000 20:02:22 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1828 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1897e2a7183f41b39d98c154857bc6dbc5d3121d;p=thirdparty%2Fsquid.git DW: - Removed leftover debugging from removing stdio. --- diff --git a/src/net_db.cc b/src/net_db.cc index dcf752bceb..bf0f53bc2e 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -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); }