]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Strip testing debug slipped in
authorAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 25 Aug 2010 03:08:37 +0000 (21:08 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 25 Aug 2010 03:08:37 +0000 (21:08 -0600)
src/cache_cf.cc

index c2261fb9622d154798faf94c74fdef0f213ebbbf..463573e046b5cbe7cb2f1f6b496e6f225ca328ce 100644 (file)
@@ -1917,7 +1917,6 @@ parse_peer(peer ** head)
             char *mode, *nextmode;
             for (mode = nextmode = tmp; mode; mode = nextmode) {
                 nextmode = strchr(mode, ',');
-                debugs(0,0,"HTCP mode '" << mode << "' next=" << nextmode);
                 if (nextmode)
                     *nextmode++ = '\0';
                 if (!strcasecmp(mode, "no-clr")) {