]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove debugs from some other problem
authorwessels <>
Thu, 19 Feb 1998 01:45:42 +0000 (01:45 +0000)
committerwessels <>
Thu, 19 Feb 1998 01:45:42 +0000 (01:45 +0000)
src/store_rebuild.cc

index d6ff4cbc7862b519c19176a5506ef4d65b4e4c9f..256c2a67a842a48dbb143183084c4462cf53c936 100644 (file)
@@ -356,10 +356,7 @@ storeRebuildADirectory(void *unused)
     if (count < 0) {
        xfree(d);
     } else {
-       for (D = &RebuildState.rebuild_dir; *D; D = &(*D)->next) {
-               debug(0,0)("D=%p\n", D);
-               debug(0,0)("*D=%p\n", *D);
-       }
+       for (D = &RebuildState.rebuild_dir; *D; D = &(*D)->next);
        *D = d;
        d->next = NULL;
     }