Commit 5251443e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove debugging printf


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@368 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a011bcc8
......@@ -137,7 +137,6 @@ vca_tick(int a, short b, void *c)
struct sess *sp, *sp2;
time_t t;
printf("vca_tick\n");
evtimer_add(&tick_e, &tick_rate);
time(&t);
TAILQ_FOREACH_SAFE(sp, &sesshead, list, sp2) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment