From: wessels <> Date: Tue, 15 Jul 1997 01:31:40 +0000 (+0000) Subject: remove temp debug() X-Git-Tag: SQUID_3_0_PRE1~4898 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be96976020b9495c42965d59505392dfec897327;p=thirdparty%2Fsquid.git remove temp debug() --- diff --git a/src/main.cc b/src/main.cc index 348499bffa..a7bccc44b4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * $Id: main.cc,v 1.159 1997/07/14 19:24:37 wessels Exp $ + * $Id: main.cc,v 1.160 1997/07/14 19:31:40 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -637,7 +637,6 @@ main(int argc, char **argv) eventRun(); if ((loop_delay = eventNextTime()) < 0) loop_delay = 0; -debug(0,0)("loop_delay=%d\n", loop_delay); #if HAVE_POLL switch (comm_poll(loop_delay)) { #else