Author: Stefano Rivera <stef...@rivera.za.net>
Branch: 
Changeset: r84430:493ffbfd5c31
Date: 2016-05-14 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/493ffbfd5c31/

Log:    Remove stray print

diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py
--- a/rpython/memory/gc/env.py
+++ b/rpython/memory/gc/env.py
@@ -230,7 +230,6 @@
         data = ''.join(data)
         linepos = 0
         while True:
-            print linepos
             start = _findend(data, '\n' + label, linepos)
             if start < 0:
                 break    # done
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to