remove stray printf
This commit is contained in:
parent
8cb73de479
commit
36175e05f7
1 changed files with 0 additions and 2 deletions
|
@ -133,8 +133,6 @@ iptv_configure_transport(th_transport_t *t, const char *muxname)
|
|||
if((ce = find_mux_config("iptvmux", muxname)) == NULL)
|
||||
return -1;
|
||||
|
||||
printf("Added IPTV mux\n");
|
||||
|
||||
t->tht_type = TRANSPORT_IPTV;
|
||||
|
||||
if((s = config_get_str_sub(&ce->ce_sub, "group-address", NULL)) == NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue