From cda94195643f159666a89f6b142e3c93eaa23ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 28 Sep 2008 18:02:48 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20stray=20debug=20(why=20does=20this=20a?= =?UTF-8?q?lways=20happen=3F!=3F!=3F!=3F!"#=C2=A4=C2=A1@=C2=A3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dvb/dvb_fe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dvb/dvb_fe.c b/dvb/dvb_fe.c index 90a16431..8846d1a8 100644 --- a/dvb/dvb_fe.c +++ b/dvb/dvb_fe.c @@ -232,7 +232,6 @@ dvb_fe_tune(th_dvb_mux_instance_t *tdmi) } tda->tda_fe_monitor_hold = 3; - printf("Tuned to %s\n", tdmi->tdmi_identifier); r = ioctl(tda->tda_fe_fd, FE_SET_FRONTEND, &p); if(r != 0) { dvb_mux_nicename(buf, sizeof(buf), tdmi);