[pypy-svn] r54288 - pypy/branch/faster-binop/pypy/objspace/std

arigo at codespeak.net arigo at codespeak.net
Wed Apr 30 21:12:49 CEST 2008


Author: arigo
Date: Wed Apr 30 21:12:47 2008
New Revision: 54288

Modified:
   pypy/branch/faster-binop/pypy/objspace/std/builtinshortcut.py
Log:
Comment out debugging print.


Modified: pypy/branch/faster-binop/pypy/objspace/std/builtinshortcut.py
==============================================================================
--- pypy/branch/faster-binop/pypy/objspace/std/builtinshortcut.py	(original)
+++ pypy/branch/faster-binop/pypy/objspace/std/builtinshortcut.py	Wed Apr 30 21:12:47 2008
@@ -44,7 +44,7 @@
         assert mm1 is mm
         return shortcut_method
 
-    print 'installing shortcut for:', name
+    #print 'installing shortcut for:', name
     assert hasattr(DescrOperation, name)
 
     base_method = getattr(space.__class__, name)



More information about the Pypy-commit mailing list