[pypy-commit] pypy reflex-support: remove debugging printout

wlav noreply at buildbot.pypy.org
Fri Apr 13 05:43:24 CEST 2012


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
Branch: reflex-support
Changeset: r54320:b1f5b7f6d85b
Date: 2012-04-12 11:29 -0700
http://bitbucket.org/pypy/pypy/changeset/b1f5b7f6d85b/

Log:	remove debugging printout

diff --git a/pypy/module/cppyy/test/test_stltypes.py b/pypy/module/cppyy/test/test_stltypes.py
--- a/pypy/module/cppyy/test/test_stltypes.py
+++ b/pypy/module/cppyy/test/test_stltypes.py
@@ -65,9 +65,7 @@
         #-----
         v = tv1()
         for i in range(self.N):
-            print i, 'before'
             v.push_back(i)
-            print i, 'after'
             assert v.size() == i+1
             assert v.at(i) == i
             assert v[i] == i


More information about the pypy-commit mailing list