]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove extra debug, and level 0 at that
authorwessels <>
Wed, 5 Aug 1998 13:49:43 +0000 (13:49 +0000)
committerwessels <>
Wed, 5 Aug 1998 13:49:43 +0000 (13:49 +0000)
src/internal.cc

index 5773d6bf7df0e3c114ac7e8b71c1a14469a4f0e9..0987242b52bde4ff5e9e84a594e5a408f8000d17 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: internal.cc,v 1.12 1998/07/22 20:53:58 wessels Exp $
+ * $Id: internal.cc,v 1.13 1998/08/05 07:49:43 wessels Exp $
  *
  * DEBUG: section 76    Internal Squid Object handling
  * AUTHOR: Duane, Alex, Henrik
@@ -49,7 +49,6 @@ internalStart(request_t * request, StoreEntry * entry)
     if (0 == strcmp(upath, "/squid-internal-dynamic/netdb"))
        netdbBinaryExchange(entry);
     else {
-       debug(76, 0) ("internalStart: unknown request '%s'\n", upath);
        debugObj(76, 1, "internalStart: unknown request:\n", request, (ObjPackMethod) & httpRequestPack);
        err = errorCon(ERR_INVALID_REQ, HTTP_NOT_FOUND);
        err->request = requestLink(request);