[pypy-svn] r42222 - pypy/dist/pypy/lang/js

santagada at codespeak.net santagada at codespeak.net
Sat Apr 21 02:04:43 CEST 2007


Author: santagada
Date: Sat Apr 21 02:04:43 2007
New Revision: 42222

Modified:
   pypy/dist/pypy/lang/js/operations.py
Log:
remove a print debug statement

Modified: pypy/dist/pypy/lang/js/operations.py
==============================================================================
--- pypy/dist/pypy/lang/js/operations.py	(original)
+++ pypy/dist/pypy/lang/js/operations.py	Sat Apr 21 02:04:43 2007
@@ -1042,7 +1042,6 @@
             if prop.de:
                 continue
             iterator = self.iterator.eval(ctx)
-            print prop.name
             iterator.PutValue(prop.value, ctx)
             try:
                 result = self.body.execute(ctx)



More information about the Pypy-commit mailing list