]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug snuck in
authorwessels <>
Fri, 20 Nov 1998 13:16:39 +0000 (13:16 +0000)
committerwessels <>
Fri, 20 Nov 1998 13:16:39 +0000 (13:16 +0000)
src/helper.cc

index 624c026a8a17cd12470dd62063c0d91aa2dc67e6..e807fe69e2bc919dec52b985dcd91ec04beab144 100644 (file)
@@ -268,7 +268,6 @@ helperHandleRead(int fd, void *data)
     } else if ((t = strchr(srv->buf, '\n'))) {
        /* end of reply found */
        debug(29, 3) ("helperHandleRead: end of reply found\n");
-debug(0, 0) ("helperHandleRead: r->callback=%p, r->data=%p, valid=%d\n",
        r->callback, r->data, cbdataValid(r->data));
        *t = '\0';
        if (cbdataValid(r->data))