From: Jaroslav Kysela Date: Tue, 15 Aug 2017 15:15:22 +0000 (+0200) Subject: comet: remove debug line X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=850aac1de884df5eb457841cf3eeb411e7bea0bb;p=thirdparty%2Ftvheadend.git comet: remove debug line --- 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);