[pypy-commit] pypy numpypy-axisops: remove debug cruft

mattip noreply at buildbot.pypy.org
Wed Jan 4 11:24:05 CET 2012


Author: mattip
Branch: numpypy-axisops
Changeset: r51006:e318c72388d9
Date: 2012-01-04 12:23 +0200
http://bitbucket.org/pypy/pypy/changeset/e318c72388d9/

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
@@ -780,8 +780,6 @@
         target_len = self.values.shape[self.dim]
         #sig = self.find_sig(result.shape) ##Don't do this, infinite recursion
         sig = self.create_sig(result.shape)
-        if not isinstance(self.values, W_NDimSlice):
-            abc=kil
         ri = ArrayIterator(result.size)
         si = axis_iter_from_arr(self.values, self.dim)
         while not ri.done():


More information about the pypy-commit mailing list