Author: Wim Lavrijsen <wlavrij...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to