Author: mattip
Branch: numppy-flatitter
Changeset: r51751:d1a6dc38d5b5
Date: 2012-01-25 03:02 +0200
http://bitbucket.org/pypy/pypy/changeset/d1a6dc38d5b5/
Log: remove debug cruft
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp_numarray.py
+++ b/pypy/module/micronumpy/interp_numarray.py
@@ -1509,9 +1509,6 @@
for i in range(lngth):
# TODO: add jit_merge_point
v = arr.getitem(ai).convert_to(self.base.dtype)
- print i, basei.offset, basei.indices, v.value
- if basei.offset >= self.base.size:
- xxx
self.base.setitem(basei.offset, v)
# need to repeat input values until all assignments are done
ai = (ai + 1) % arr.size
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit