[pypy-commit] pypy release-5.x: remove a not wanted print ...

plan_rich pypy.commits at gmail.com
Mon May 16 08:18:19 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: release-5.x
Changeset: r84477:b5106a735161
Date: 2016-05-16 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/b5106a735161/

Log:	remove a not wanted 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