From a4031fd7f2fb484059d46d03db71e5179d66854a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sat, 17 May 2008 09:35:17 +0000 Subject: [PATCH] Drop a debug printf --- dvb_fe.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dvb_fe.c b/dvb_fe.c index 6db6231f..057ac934 100644 --- a/dvb_fe.c +++ b/dvb_fe.c @@ -132,9 +132,6 @@ dvb_fe_manager(void *aux) time(&tdmi->tdmi_got_adapter); - printf("%s: Tuing changed to %d\n", tda->tda_rootpath, p.frequency); - - /* Now that we have tuned, start demuxing of tables */ pthread_mutex_lock(&tdmi->tdmi_table_lock);