From: Andreas Ă–man Date: Fri, 2 May 2008 18:50:19 +0000 (+0000) Subject: Drop a debug printf X-Git-Tag: 2.12~1049 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b21e3e834e9c56eb056f70d6f50bb084f65dfd53;p=thirdparty%2Ftvheadend.git Drop a debug printf --- diff --git a/cwc.c b/cwc.c index 8a8295a4b..7aebf4f7e 100644 --- a/cwc.c +++ b/cwc.c @@ -768,8 +768,6 @@ cwc_transport_start(th_transport_t *t) if(st == NULL) continue; - printf("Ok CWC found\n"); - ct = calloc(1, sizeof(cwc_transport_t)); ct->ct_keys = get_key_struct(); ct->ct_cwc = cwc;