Commit ce910bb8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Opps, debugging hack leaked in.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3568 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2c7c0a79
......@@ -615,8 +615,6 @@ esi_parse(struct esi_work *ew)
{
char *p;
printf("{%.*s}\n", Tlen(ew->t), ew->t.b);
usleep(100000);
if (params->esi_syntax & 0x4)
VSL(SLT_Debug, ew->sp->fd, "Parse: %d <%.*s>",
Tlen(ew->t), Tlen(ew->t), ew->t.b);
......
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