aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-08-19 14:41:26 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-08-19 14:41:26 +0200
commit9330a6e050bad23c25469545e605c017f73f121b (patch)
tree865debb03e745db32b8ac15fb444ebf18ccf20a4 /RecordTimer.py
parent2e864cd1c1c498555cbee01b5a58dfe9e3f60ca9 (diff)
downloadenigma2-9330a6e050bad23c25469545e605c017f73f121b.tar.gz
enigma2-9330a6e050bad23c25469545e605c017f73f121b.zip
RecordTimer.py: remove debug output
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py1
1 files changed, 0 insertions, 1 deletions
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