]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove debug
authorwessels <>
Thu, 21 May 1998 03:07:30 +0000 (03:07 +0000)
committerwessels <>
Thu, 21 May 1998 03:07:30 +0000 (03:07 +0000)
src/peer_digest.cc

index a06403e2b9011dae0793067dbb4cb265c6c161fb..62bb81bd41b2a7d82bd9631ebc775cdb05e1b62e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: peer_digest.cc,v 1.30 1998/05/15 15:16:29 wessels Exp $
+ * $Id: peer_digest.cc,v 1.31 1998/05/20 21:07:30 wessels Exp $
  *
  * DEBUG: section 72    Peer Digest Routines
  * AUTHOR: Alex Rousskov
@@ -74,7 +74,6 @@ peerDigestInit(void *data)
     assert(p->digest.flags == (1 << PD_INIT_PENDING));
     assert(!p->digest.cd);
     assert(SM_PAGE_SIZE == 4096);      /* we use MEM_4K_BUF */
-    debug(0, 0) ("peerDigestInit: called for %s\n", p->host);
     if (EBIT_TEST(p->options, NEIGHBOR_NO_DIGEST)) {
        peerDigestDisable(p);
     } else {