[pypy-commit] pypy default: Remove stray print

stefanor pypy.commits at gmail.com
Sat May 14 03:13:35 EDT 2016


Author: Stefano Rivera <stefano at 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


More information about the pypy-commit mailing list