--------------------- PatchSet 2133 Date: 2005/11/08 19:52:16 Author: dwsquid Branch: squid3-icap Tag: (none) Log: Remove some level-0 debugging Members: src/ICAPServiceRep.cc:1.1.2.9->1.1.2.10 Index: squid3/src/ICAPServiceRep.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/ICAPServiceRep.cc,v retrieving revision 1.1.2.9 retrieving revision 1.1.2.10 diff -u -r1.1.2.9 -r1.1.2.10 --- squid3/src/ICAPServiceRep.cc 4 Nov 2005 00:21:34 -0000 1.1.2.9 +++ squid3/src/ICAPServiceRep.cc 8 Nov 2005 19:52:16 -0000 1.1.2.10 @@ -15,15 +15,12 @@ point(ICAP::pointNone), port(-1), bypass(false), unreachable(false), theOptions(NULL), theState(stateInit), notifying(false), self(NULL) { - debug(93,0)("ICAPServiceRep constructor called\n"); } ICAPServiceRep::~ICAPServiceRep() { - debug(93,0)("~ICAPServiceRep destructor called\n"); Must(!waiting()); changeOptions(0); - debug(93,0)("~ICAPServiceRep done\n"); } const char *