Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
api_channel: remove debug line
  • Loading branch information
perexg committed Jun 20, 2015
1 parent f1bf36a commit dc78ee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/api_channel.c
Expand Up @@ -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 {
Expand Down

0 comments on commit dc78ee6

Please sign in to comment.