[pypy-svn] rev 600 - pypy/trunk/src/pypy/module

mwh at codespeak.net mwh at codespeak.net
Tue May 27 18:13:40 CEST 2003


Author: mwh
Date: Tue May 27 18:13:40 2003
New Revision: 600

Modified:
   pypy/trunk/src/pypy/module/builtin_app.py
Log:
comment out debuggin print?  anyway, it was annoying me.

revision 600, woohoo!


Modified: pypy/trunk/src/pypy/module/builtin_app.py
==============================================================================
--- pypy/trunk/src/pypy/module/builtin_app.py	(original)
+++ pypy/trunk/src/pypy/module/builtin_app.py	Tue May 27 18:13:40 2003
@@ -30,7 +30,7 @@
           else:
               return res
           idx = idx + 1
-          print idx
+          #print idx
 
 def filter(function, collection):
     res = []


More information about the Pypy-commit mailing list