[pypy-svn] r9728 - pypy/dist/pypy/interpreter

pedronis at codespeak.net pedronis at codespeak.net
Thu Mar 10 16:12:21 CET 2005


Author: pedronis
Date: Thu Mar 10 16:12:21 2005
New Revision: 9728

Modified:
   pypy/dist/pypy/interpreter/pycode.py
Log:
oops



Modified: pypy/dist/pypy/interpreter/pycode.py
==============================================================================
--- pypy/dist/pypy/interpreter/pycode.py	(original)
+++ pypy/dist/pypy/interpreter/pycode.py	Thu Mar 10 16:12:21 2005
@@ -64,7 +64,6 @@
             x = dic[n]
             if isinstance(x, types.FunctionType):
                 dic[n] = func_with_new_name(x, x.__name__)
-        print dic
         return dic
 
     frame_classes[0]                = PyInterpFrame



More information about the Pypy-commit mailing list