Author: Philip Jenvey <pjen...@underboss.org>
Branch: 
Changeset: r74266:2a5bd4280f02
Date: 2014-10-28 10:32 -0700
http://bitbucket.org/pypy/pypy/changeset/2a5bd4280f02/

Log:    kill debug print

diff --git a/pypy/module/select/test/test_select.py 
b/pypy/module/select/test/test_select.py
--- a/pypy/module/select/test/test_select.py
+++ b/pypy/module/select/test/test_select.py
@@ -309,7 +309,6 @@
         import select
         class Foo(object):
             def fileno(self):
-                print len(l)
                 if len(l) < 100:
                     l.append(Foo())
                 return 0
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to