[master] 76ca3a1 Remove a bit of stale debugging.

Poul-Henning Kamp phk at varnish-cache.org
Mon Oct 31 23:59:34 CET 2011


commit 76ca3a10089adb2993d817ff1967e0079cbbed4a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Oct 31 22:59:25 2011 +0000

    Remove a bit of stale debugging.

diff --git a/bin/varnishd/cache_fetch.c b/bin/varnishd/cache_fetch.c
index 516517f..ed1e5c8 100644
--- a/bin/varnishd/cache_fetch.c
+++ b/bin/varnishd/cache_fetch.c
@@ -91,10 +91,6 @@ static void __match_proto__()
 vfp_nop_begin(struct worker *w, size_t estimate)
 {
 
-	if (fetchfrag > 0) {
-		estimate = fetchfrag;
-		WSLB(w, SLT_Debug, "Fetch %d byte segments:", fetchfrag);
-	}
 	if (estimate > 0)
 		(void)FetchStorage(w, estimate);
 }



More information about the varnish-commit mailing list