[pypy-svn] r36533 - pypy/dist/pypy/translator/cli

antocuni at codespeak.net antocuni at codespeak.net
Thu Jan 11 22:25:59 CET 2007


Author: antocuni
Date: Thu Jan 11 22:25:58 2007
New Revision: 36533

Modified:
   pypy/dist/pypy/translator/cli/class_.py
Log:
remove print debug.



Modified: pypy/dist/pypy/translator/cli/class_.py
==============================================================================
--- pypy/dist/pypy/translator/cli/class_.py	(original)
+++ pypy/dist/pypy/translator/cli/class_.py	Thu Jan 11 22:25:58 2007
@@ -132,7 +132,6 @@
             f_name = self.cts.escape_name(f_name)
             if cts_type != 'void':
                 self.ilasm.opcode('ldarg.0')
-                print "%s f_default=%s" % (self.name, f_default)
                 push_constant(self.db, F_TYPE, f_default, self.gen)
                 class_name = self.db.class_name(self.INSTANCE)
                 self.ilasm.set_field((cts_type, class_name, f_name))



More information about the Pypy-commit mailing list