]> granicus.if.org Git - python/commitdiff
delete timing output - it appears after the </html> line.
authorSkip Montanaro <skip@pobox.com>
Fri, 16 Apr 2004 03:12:12 +0000 (03:12 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 16 Apr 2004 03:12:12 +0000 (03:12 +0000)
Tools/faqwiz/faqw.py

index 534fd9cde9e5e2067884485e7af93286bfa325fe..36c52e9af99a20e0efef01999ac75655039176d3 100755 (executable)
@@ -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 = "<BR>(times: user %.3g, sys %.3g, ch-user %.3g, ch-sys %.3g, real %.3g)"
-print fmt % tuple(map(operator.sub, t2, t1))