]> err.no Git - varnish/commitdiff
Remove debug entry
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 7 Sep 2006 05:41:13 +0000 (05:41 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 7 Sep 2006 05:41:13 +0000 (05:41 +0000)
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

index f464c9dfc49f650e01bf3594ff8f25350104faa5..58132a511400d7d2266b72517687f5fe7278579a 100644 (file)
@@ -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);