diff options
Diffstat (limited to 'RecordTimer.py')
| -rw-r--r-- | RecordTimer.py | 1 |
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 |
