]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
drop a stray debug printf
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 28 Nov 2007 09:51:59 +0000 (09:51 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 28 Nov 2007 09:51:59 +0000 (09:51 +0000)
iptv_output.c

index f912970966338037b53077c3e05e388a7128af1c..7a83589396a394743eace7e82910aa73ffe34b97 100644 (file)
@@ -84,7 +84,6 @@ iptv_subscription_callback(struct th_subscription *s,
     assert(om->om_muxer == NULL);
     om->om_muxer = ts_muxer_init(s, iptv_output_ts, om, 0);
     om->om_muxer->tm_drop_rate = om->om_intra_drop_rate;
-    printf("intrarate = %d\n", om->om_muxer->tm_drop_rate);
     ts_muxer_play(om->om_muxer, 0);
     break;