remove stray printf

This commit is contained in:
Andreas Öman 2007-08-11 05:39:15 +00:00
parent 8cb73de479
commit 36175e05f7

View file

@ -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)