Commit 26510d42 authored by Skip Montanaro's avatar Skip Montanaro

delete timing output - it appears after the </html> line.

parent 96142191
......@@ -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))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment