From: ghost Date: Wed, 19 Aug 2009 12:41:26 +0000 (+0200) Subject: RecordTimer.py: remove debug output X-Git-Tag: 2.6.0~110 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9330a6e050bad23c25469545e605c017f73f121b RecordTimer.py: remove debug output --- diff --git a/RecordTimer.py b/RecordTimer.py index 42428889..304a5284 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