Commit d8f894b5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Remove a bit of stale debugging.

Conflicts:

	bin/varnishd/cache_fetch.c
parent e17acd8f
......@@ -95,11 +95,6 @@ static void __match_proto__()
vfp_nop_begin(struct sess *sp, size_t estimate)
{
if (fetchfrag > 0) {
estimate = fetchfrag;
WSL(sp->wrk, SLT_Debug, sp->fd,
"Fetch %d byte segments:", fetchfrag);
}
if (estimate > 0)
(void)FetchStorage(sp, estimate);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment