From 9a324313ad5b1378e38ed91355a5bbf0f919fbcf Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 7 Sep 2006 05:41:13 +0000 Subject: [PATCH] Remove debug entry git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@937 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor_kqueue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c b/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c index f464c9df..58132a51 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c +++ b/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c @@ -66,7 +66,6 @@ vca_kev(struct kevent *kp) } assert(i == 0); AZ(kevent(kq, ke, j, NULL, 0, NULL)); - VSL(SLT_Debug, 0, "KQ %d", j); return; } CAST_OBJ_NOTNULL(sp, kp->udata, SESS_MAGIC); -- 2.39.5