From: Skip Montanaro Date: Fri, 16 Apr 2004 03:12:12 +0000 (+0000) Subject: delete timing output - it appears after the line. X-Git-Tag: v2.4a1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26510d42b0bae59ed82fe8071f79c4fd0fca7aef;p=python delete timing output - it appears after the line. --- diff --git a/Tools/faqwiz/faqw.py b/Tools/faqwiz/faqw.py index 534fd9cde9..36c52e9af9 100755 --- a/Tools/faqwiz/faqw.py +++ b/Tools/faqwiz/faqw.py @@ -31,6 +31,3 @@ except: print import cgi cgi.print_exception(t, v, tb) -t2 = os.times() # If this doesn't work, get rid of this and what follows! -fmt = "
(times: user %.3g, sys %.3g, ch-user %.3g, ch-sys %.3g, real %.3g)" -print fmt % tuple(map(operator.sub, t2, t1))