[pypy-svn] r75536 - pypy/branch/fast-forward/pypy/interpreter

benjamin at codespeak.net benjamin at codespeak.net
Wed Jun 23 21:41:01 CEST 2010


Author: benjamin
Date: Wed Jun 23 21:41:00 2010
New Revision: 75536

Modified:
   pypy/branch/fast-forward/pypy/interpreter/pyopcode.py
Log:
remove print

Modified: pypy/branch/fast-forward/pypy/interpreter/pyopcode.py
==============================================================================
--- pypy/branch/fast-forward/pypy/interpreter/pyopcode.py	(original)
+++ pypy/branch/fast-forward/pypy/interpreter/pyopcode.py	Wed Jun 23 21:41:00 2010
@@ -914,7 +914,6 @@
             self.pushvalue(w_unroller)
             self.pushvalue(w_value)
             self.pushvalue(w_type)
-        print self.valuestack_w
 
     @jit.unroll_safe
     def call_function(self, oparg, w_star=None, w_starstar=None):



More information about the Pypy-commit mailing list