From a21bc49a755d45a17b60c4a23916de1618e0a47f Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 18 Feb 2008 11:04:35 +0000 Subject: [PATCH] Kill debugging shmlogging overlooked for too long. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2507 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_hash.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_hash.c b/varnish-cache/bin/varnishd/cache_hash.c index a1ff391b..0f2c4e26 100644 --- a/varnish-cache/bin/varnishd/cache_hash.c +++ b/varnish-cache/bin/varnishd/cache_hash.c @@ -146,7 +146,6 @@ HSH_Compare(const struct sess *sp, const struct objhead *obj) assert(*b == '\0'); b++; assert(b == obj->hash + obj->hashlen); - WSP(sp, SLT_Debug, "Hash Match: %s", obj->hash); return (0); } @@ -165,7 +164,6 @@ HSH_Copy(const struct sess *sp, const struct objhead *obj) *b++ = '#'; } *b++ = '\0'; - WSP(sp, SLT_Debug, "Hash: %s", obj->hash); assert(b <= obj->hash + obj->hashlen); } -- 2.39.5