From: phk Date: Thu, 7 Sep 2006 05:41:13 +0000 (+0000) Subject: Remove debug entry X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a324313ad5b1378e38ed91355a5bbf0f919fbcf;p=varnish Remove debug entry git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@937 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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);