[pypy-svn] r24846 - pypy/branch/explicit-exceptions/translator/backendopt

mwh at codespeak.net mwh at codespeak.net
Thu Mar 23 01:53:04 CET 2006


Author: mwh
Date: Thu Mar 23 01:52:59 2006
New Revision: 24846

Modified:
   pypy/branch/explicit-exceptions/translator/backendopt/inline.py
Log:
oops, another print slipped in


Modified: pypy/branch/explicit-exceptions/translator/backendopt/inline.py
==============================================================================
--- pypy/branch/explicit-exceptions/translator/backendopt/inline.py	(original)
+++ pypy/branch/explicit-exceptions/translator/backendopt/inline.py	Thu Mar 23 01:52:59 2006
@@ -126,7 +126,6 @@
         count = 0
         non_recursive = {}
         while self.block_to_index:
-            print '!!!', self.block_to_index
             block, d = self.block_to_index.popitem()
             index_operation, subgraph = d.popitem()
             if d:



More information about the Pypy-commit mailing list