Author: Maciej Fijalkowski <fij...@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):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to