[pypy-commit] pypy jitframe-on-heap: kill one more print

fijal noreply at buildbot.pypy.org
Mon Jan 21 19:06:59 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r60305:19b339a29db6
Date: 2013-01-21 20:06 +0200
http://bitbucket.org/pypy/pypy/changeset/19b339a29db6/

Log:	kill one more print

diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.py
--- a/rpython/jit/backend/llsupport/regalloc.py
+++ b/rpython/jit/backend/llsupport/regalloc.py
@@ -187,7 +187,6 @@
         self.freelist = LinkedList(self) # we don't care
         for elem in range(len(all)):
             if not all[elem]:
-                print self.freelist, elem
                 self.freelist._append(elem)
 
     def mark_as_free(self, box):


More information about the pypy-commit mailing list