RecordTimer.py: remove debug output
[vuplus_dvbapp] / RecordTimer.py
index 4242888..304a528 100644 (file)
@@ -577,7 +577,6 @@ class RecordTimer(timer.Timer):
        def getNextRecordingTime(self):
                now = time.time()
                for timer in self.timer_list:
-                       print "timer", timer
                        next_act = timer.getNextActivation()
                        if timer.justplay or next_act < now:
                                continue