From: Jaroslav Kysela Date: Fri, 16 Jan 2015 17:53:46 +0000 (+0100) Subject: remove debug line in api_mpegts.c X-Git-Tag: v4.1~470 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37eb9d2cfd80a2030d4439a85a4986e605ff6f03;p=thirdparty%2Ftvheadend.git remove debug line in api_mpegts.c --- diff --git a/src/api/api_mpegts.c b/src/api/api_mpegts.c index bc5ac6573..7614cf545 100644 --- a/src/api/api_mpegts.c +++ b/src/api/api_mpegts.c @@ -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);