From: rousskov <> Date: Wed, 5 Dec 2007 23:02:29 +0000 (+0000) Subject: Removed the following debugging line, numerous copies of which used to appear X-Git-Tag: SQUID_3_0_STABLE1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67b7fa0d59afdcf999c3d52e4368380d2f7f188e;p=thirdparty%2Fsquid.git Removed the following debugging line, numerous copies of which used to appear in the cache.log after "Exiting normally". ACL::Prototype::~Prototype: TODO: unregister me TODO: notes should be placed in source code, not debug log. --- diff --git a/src/acl.cc b/src/acl.cc index 4b60fe54c3..52200f1b78 100644 --- a/src/acl.cc +++ b/src/acl.cc @@ -1,5 +1,5 @@ /* - * $Id: acl.cc,v 1.323 2007/09/01 05:56:37 amosjeffries Exp $ + * $Id: acl.cc,v 1.324 2007/12/05 16:02:29 rousskov Exp $ * * DEBUG: section 28 Access Control * AUTHOR: Duane Wessels @@ -410,7 +410,7 @@ ACL::Prototype::registerMe () ACL::Prototype::~Prototype() { - debugs(28, 2, "ACL::Prototype::~Prototype: TODO: unregister me"); + // TODO: unregister me } ACL *