[pypy-svn] r36534 - pypy/dist/pypy/translator/jvm

niko at codespeak.net niko at codespeak.net
Thu Jan 11 22:26:21 CET 2007


Author: niko
Date: Thu Jan 11 22:26:19 2007
New Revision: 36534

Modified:
   pypy/dist/pypy/translator/jvm/node.py
Log:
purge debug print out

Modified: pypy/dist/pypy/translator/jvm/node.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/node.py	(original)
+++ pypy/dist/pypy/translator/jvm/node.py	Thu Jan 11 22:26:19 2007
@@ -473,8 +473,6 @@
             if field.jtype is not jVoid:
                 gen.load_jvm_var(self, 0) # load this ptr
                 # load default value of field
-                print "%s f_name=%s f_default=%s" % (
-                    self.name, field.field_name, f_default)
                 push_constant(gen.db, field.OOTYPE, f_default, gen)
                 field.store(gen)           # store value into field
         gen.end_constructor()



More information about the Pypy-commit mailing list