]> err.no Git - varnish/commitdiff
Opps, debugging hack leaked in.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 3 Feb 2009 10:48:20 +0000 (10:48 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 3 Feb 2009 10:48:20 +0000 (10:48 +0000)
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

index 4e1af4f09a89881f89b3868a243c2434be4f6d8b..1030bc5bdc5b0bea92aa5d8c5b724f6e559123b6 100644 (file)
@@ -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);