From c8c25d005cebfe1189f3ae69ab1440a236490eca Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 16 Apr 2008 22:35:15 -0400 Subject: [PATCH] comment out timing info svn path=/trunk/packages/sipb-xen-www/; revision=421 --- code/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/main.py b/code/main.py index 8204fb4..d17ed97 100755 --- a/code/main.py +++ b/code/main.py @@ -613,7 +613,7 @@ def main(operation, user, fields): output_string = str(output) checkpoint.checkpoint('output as a string') print output_string - print '
%s
' % checkpoint + print '' % checkpoint except Exception, err: if not fields.has_key('js'): if isinstance(err, CodeError): -- 1.7.9.5