]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed the following debugging line, numerous copies of which used to appear
authorrousskov <>
Wed, 5 Dec 2007 23:02:29 +0000 (23:02 +0000)
committerrousskov <>
Wed, 5 Dec 2007 23:02:29 +0000 (23:02 +0000)
in the cache.log after "Exiting normally".

ACL::Prototype::~Prototype: TODO: unregister me

TODO: notes should be placed in source code, not debug log.

src/acl.cc

index 4b60fe54c30c127e105b2f04f5873d6b76c3b08c..52200f1b78594bb06231dc0318cbce9362d91d77 100644 (file)
@@ -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 *