[pypy-svn] r58564 - pypy/branch/gc-experiments/pypy/rpython/memory/gc

fijal at codespeak.net fijal at codespeak.net
Thu Oct 2 12:44:42 CEST 2008


Author: fijal
Date: Thu Oct  2 12:44:40 2008
New Revision: 58564

Modified:
   pypy/branch/gc-experiments/pypy/rpython/memory/gc/markcompact.py
Log:
kill debug print as well


Modified: pypy/branch/gc-experiments/pypy/rpython/memory/gc/markcompact.py
==============================================================================
--- pypy/branch/gc-experiments/pypy/rpython/memory/gc/markcompact.py	(original)
+++ pypy/branch/gc-experiments/pypy/rpython/memory/gc/markcompact.py	Thu Oct  2 12:44:40 2008
@@ -160,7 +160,6 @@
         self.markcompactcollect()
 
     def markcompactcollect(self, resizing=False):
-        llop.debug_print(lltype.Void, "Collecting")
         self.debug_check_consistency()
         if resizing:
             toaddr = self.tospace



More information about the Pypy-commit mailing list