[pypy-commit] pypy default: kill debug print

pjenvey noreply at buildbot.pypy.org
Tue Oct 28 18:34:06 CET 2014


Author: Philip Jenvey <pjenvey at 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


More information about the pypy-commit mailing list