X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=RecordTimer.py;h=304a528404bea4666da797d46acea86c721a7da1;hp=424288898dc8d5a642d6eb16c2a5002784499d63;hb=9330a6e050bad23c25469545e605c017f73f121b;hpb=2e864cd1c1c498555cbee01b5a58dfe9e3f60ca9 diff --git a/RecordTimer.py b/RecordTimer.py index 4242888..304a528 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -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