[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/results.py Remove what seems to be a debugging print to stderr.

Marius Gedminas marius at pov.lt
Mon Sep 29 18:16:37 EDT 2008


Log message for revision 91634:
  Remove what seems to be a debugging print to stderr.
  
  

Changed:
  U   zc.selenium/trunk/src/zc/selenium/results.py

-=-
Modified: zc.selenium/trunk/src/zc/selenium/results.py
===================================================================
--- zc.selenium/trunk/src/zc/selenium/results.py	2008-09-29 22:16:07 UTC (rev 91633)
+++ zc.selenium/trunk/src/zc/selenium/results.py	2008-09-29 22:16:36 UTC (rev 91634)
@@ -27,7 +27,6 @@
     template = zope.app.pagetemplate.ViewPageTemplateFile('results.pt')
 
     def POST(self):
-        print >>sys.__stderr__, "in results resource"
         # get the queue used to communicate with the test thread, this will
         # fail horribly if not running in "Selenium test" mode
         messages = sys.modules['__main__'].messages



More information about the Checkins mailing list