From 2b8099549431ec55aa87f4ccd35f07d93485fd6f Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 3 Mar 2006 05:44:21 +0000 Subject: logging slows the timer down very much --- RecordTimer.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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') -- cgit v1.2.3