diff --git a/input_iptv.c b/input_iptv.c index b84eae0f..85c6ea15 100644 --- a/input_iptv.c +++ b/input_iptv.c @@ -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)