]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
api_channel: remove debug line
authorJaroslav Kysela <perex@perex.cz>
Sat, 20 Jun 2015 08:58:02 +0000 (10:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 20 Jun 2015 08:58:02 +0000 (10:58 +0200)
src/api/api_channel.c

index 22fb9c313cf8c4dea50b80e26b0e01651bbdb661..5ce6a4e4f82e1cce94dcd81f67badc94e84ea1af 100644 (file)
@@ -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 {