[pypy-commit] pypy default: remove debug print

cfbolz noreply at buildbot.pypy.org
Sat Aug 31 13:03:44 CEST 2013


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: 
Changeset: r66709:1d5e776dc11e
Date: 2013-08-31 12:03 +0100
http://bitbucket.org/pypy/pypy/changeset/1d5e776dc11e/

Log:	remove debug print

diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py
--- a/rpython/rlib/rstring.py
+++ b/rpython/rlib/rstring.py
@@ -21,7 +21,6 @@
         res = []
         while True:
             # find the beginning of the next word
-            print i
             while i < length:
                 if not value[i].isspace():
                     break   # found


More information about the pypy-commit mailing list