[py-svn] r36817 - py/dist/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Tue Jan 16 16:53:23 CET 2007


Author: fijal
Date: Tue Jan 16 16:53:22 2007
New Revision: 36817

Modified:
   py/dist/py/test/rsession/web.py
Log:
Removed debug print.


Modified: py/dist/py/test/rsession/web.py
==============================================================================
--- py/dist/py/test/rsession/web.py	(original)
+++ py/dist/py/test/rsession/web.py	Tue Jan 16 16:53:22 2007
@@ -337,7 +337,6 @@
     
     def do_GET(self):
         path = self.path
-        print "Called %s" % path
         if path.endswith("/"):
             path = path[:-1]
         if path.startswith("/"):



More information about the pytest-commit mailing list