From b7f5b82b01a055bdd0136b118ad810bfbf68edcb Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 9 Jul 2013 14:45:36 +0100 Subject: [PATCH] mpegts: remove stray debug --- src/input/mpegts/mpegts_mux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/mpegts/mpegts_mux.c b/src/input/mpegts/mpegts_mux.c index 50261afe..a08c7967 100644 --- a/src/input/mpegts/mpegts_mux.c +++ b/src/input/mpegts/mpegts_mux.c @@ -485,7 +485,6 @@ mpegts_mux_create0 tvhtrace("mpegts", "%s - created", buf); /* Notification */ -printf("NOTIFY NEW MUX\n"); idnode_notify("mpegts_mux", &mm->mm_id, 0); idnode_notify(NULL, &mn->mn_id, 0);