Author: Carl Friedrich Bolz <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to