From: Jaroslav Kysela Date: Sat, 20 Jun 2015 08:58:02 +0000 (+0200) Subject: api_channel: remove debug line X-Git-Tag: v4.2.1~2293 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc78ee64c636f2ec53ebd4488e94049d97f0782c;p=thirdparty%2Ftvheadend.git api_channel: remove debug line --- diff --git a/src/api/api_channel.c b/src/api/api_channel.c index 22fb9c313..5ce6a4e4f 100644 --- a/src/api/api_channel.c +++ b/src/api/api_channel.c @@ -112,7 +112,6 @@ api_channel_tag_list l = htsmsg_create_list(); TAILQ_FOREACH(ct, &channel_tags, ct_link) if (cfg || channel_tag_access(ct, perm, 0)) { - printf("channel tag list: '%s' '%s'\n", idnode_uuid_as_str(&ct->ct_id), ct->ct_name); if (ct->ct_enabled) { api_channel_key_val(l, idnode_uuid_as_str(&ct->ct_id), ct->ct_name); } else {