]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove debug line in api_mpegts.c
authorJaroslav Kysela <perex@perex.cz>
Fri, 16 Jan 2015 17:53:46 +0000 (18:53 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 16 Jan 2015 17:53:46 +0000 (18:53 +0100)
src/api/api_mpegts.c

index bc5ac6573071be4efc6c633457eb7ba8ea605fdb..7614cf54526706f70f894b82b92aa60494e82784 100644 (file)
@@ -158,7 +158,6 @@ api_mpegts_network_scan
       }
     }
   } else if ((uuid = htsmsg_field_get_str(f))) {
-    printf("STR: '%s'\n", uuid);
     mn = mpegts_network_find(uuid);
     if (mn) {
       pthread_mutex_lock(&global_lock);