From 850aac1de884df5eb457841cf3eeb411e7bea0bb Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 15 Aug 2017 17:15:22 +0200 Subject: [PATCH] comet: remove debug line --- src/webui/comet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/comet.c b/src/webui/comet.c index 107f2bd93..0dfaccaf6 100644 --- a/src/webui/comet.c +++ b/src/webui/comet.c @@ -107,7 +107,6 @@ comet_flush(void) for(cmb = LIST_FIRST(&mailboxes); cmb != NULL; cmb = next) { next = LIST_NEXT(cmb, cmb_link); - printf("refcount %d boxid %s last_used %ld mclk %ld\n", cmb->cmb_refcount, cmb->cmb_boxid, mono2sec(cmb->cmb_last_used), mono2sec(mclk())); if(cmb->cmb_refcount == 1 && cmb->cmb_last_used && cmb->cmb_last_used + sec2mono(60) < mclk()) cmb_destroy(cmb); -- 2.47.3