]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Drop a debug printf
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 2 May 2008 18:50:19 +0000 (18:50 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 2 May 2008 18:50:19 +0000 (18:50 +0000)
cwc.c

diff --git a/cwc.c b/cwc.c
index 8a8295a4b6461ecf1fde3eb15c67b3560c307d03..7aebf4f7e021f969133204056f913f0c49b38ad4 100644 (file)
--- 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;