Author: Richard Plangger <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit