[pypy-svn] r54373 - pypy/branch/oo-jit/pypy/jit/codegen/test

antocuni at codespeak.net antocuni at codespeak.net
Sat May 3 16:47:52 CEST 2008


Author: antocuni
Date: Sat May  3 16:47:52 2008
New Revision: 54373

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/test/rgenop_tests.py
Log:
remove two debug prints



Modified: pypy/branch/oo-jit/pypy/jit/codegen/test/rgenop_tests.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/test/rgenop_tests.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/test/rgenop_tests.py	Sat May  3 16:47:52 2008
@@ -2087,10 +2087,8 @@
 
         builder2.finish_and_goto([v33, v9, v10], label1)
 
-        print 'waatch!'
         builder8.start_writing()
         builder8.finish_and_goto([v10, v9, v9], label4)
-        print 'stop!'
 
         builder7.start_writing()
         builder7.finish_and_goto([v24, v4, v5], label0)



More information about the Pypy-commit mailing list