[pypy-svn] r73858 - pypy/trunk/pypy/objspace/flow

benjamin at codespeak.net benjamin at codespeak.net
Sun Apr 18 01:25:35 CEST 2010


Author: benjamin
Date: Sun Apr 18 01:25:33 2010
New Revision: 73858

Modified:
   pypy/trunk/pypy/objspace/flow/operation.py
Log:
kill print

Modified: pypy/trunk/pypy/objspace/flow/operation.py
==============================================================================
--- pypy/trunk/pypy/objspace/flow/operation.py	(original)
+++ pypy/trunk/pypy/objspace/flow/operation.py	Sun Apr 18 01:25:33 2010
@@ -426,6 +426,5 @@
 def add_operations(fs):
     """Add function operations to the flow space."""
     for line in ObjSpace.MethodTable:
-        print line
         make_op(fs, *line)
     special_overrides(fs)



More information about the Pypy-commit mailing list