X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8d8279d975474b1cb8befad8d67df26de4104f20..af6a8a3a102ff0230fcc6d90ad213e2e7d706fa8:/RecordTimer.py diff --git a/RecordTimer.py b/RecordTimer.py index 2fb923ba..3d9ff8ef 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -303,13 +303,13 @@ class RecordTimer(timer.Timer): list.append(' disabled="' + str(int(timer.disabled)) + '"') list.append('>\n') - for time, code, msg in timer.log_entries: - list.append('') - list.append(str(msg)) - list.append('\n') + #for time, code, msg in timer.log_entries: + #list.append('') + #list.append(str(msg)) + #list.append('\n') list.append('\n')