From f8eea3cdc8fe050a6064bc2d868dfd78b2abbc3d Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 3 Feb 2009 10:48:20 +0000 Subject: [PATCH] Opps, debugging hack leaked in. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3568 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_vrt_esi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_vrt_esi.c b/varnish-cache/bin/varnishd/cache_vrt_esi.c index 4e1af4f0..1030bc5b 100644 --- a/varnish-cache/bin/varnishd/cache_vrt_esi.c +++ b/varnish-cache/bin/varnishd/cache_vrt_esi.c @@ -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); -- 2.39.5