[pypy-svn] r17906 - pypy/dist/pypy/rpython

pedronis at codespeak.net pedronis at codespeak.net
Tue Sep 27 16:42:50 CEST 2005


Author: pedronis
Date: Tue Sep 27 16:42:50 2005
New Revision: 17906

Modified:
   pypy/dist/pypy/rpython/rmodel.py
Log:
these were not meant to stay commented out



Modified: pypy/dist/pypy/rpython/rmodel.py
==============================================================================
--- pypy/dist/pypy/rpython/rmodel.py	(original)
+++ pypy/dist/pypy/rpython/rmodel.py	Tue Sep 27 16:42:50 2005
@@ -334,8 +334,8 @@
 
 log = py.log.Producer("rtyper")
 py.log.setconsumer("rtyper", ansi_log)
-#py.log.setconsumer("rtyper translating", None)
-#py.log.setconsumer("rtyper debug", None)
+py.log.setconsumer("rtyper translating", None)
+py.log.setconsumer("rtyper debug", None)
 
 def warning(msg):
     log.WARNING(msg)



More information about the Pypy-commit mailing list