]> err.no Git - varnish/commitdiff
remove debugging message
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 10:39:05 +0000 (10:39 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 10:39:05 +0000 (10:39 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1884 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c

index b30da4d7158fd8436bcf7efada275d295fb1882e..0bc2788235a7e691c9bbb59d49db2fb16c630397 100644 (file)
@@ -103,8 +103,6 @@ sock_test(int fd)
        if (memcmp(&tv, &tv_rcvtimeo, l))
                need_rcvtimeo = 1;
        need_test = 0;
-       printf("socktest: linger=%d sndtimeo=%d rcvtimeo=%d\n",
-           need_linger, need_sndtimeo, need_rcvtimeo);
 }
 
 void