comment out timing info
authorGreg Price <price@mit.edu>
Thu, 17 Apr 2008 02:35:15 +0000 (22:35 -0400)
committerGreg Price <price@mit.edu>
Thu, 17 Apr 2008 02:35:15 +0000 (22:35 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=421

code/main.py

index 8204fb4..d17ed97 100755 (executable)
@@ -613,7 +613,7 @@ def main(operation, user, fields):
         output_string =  str(output)
         checkpoint.checkpoint('output as a string')
         print output_string
-        print '<pre>%s</pre>' % checkpoint
+        print '<!-- <pre>%s</pre> -->' % checkpoint
     except Exception, err:
         if not fields.has_key('js'):
             if isinstance(err, CodeError):