From 374721f4dcebd1d01677dc33d9185c7ec60b7ecb Mon Sep 17 00:00:00 2001 From: mdroe Date: Wed, 14 Oct 2009 15:12:24 +0000 Subject: Fix oops in last commit. Committed some experimental things I shouldn't have. Sorry. --- numpy/core/defchararray.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/core/defchararray.py') diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index 4ad5c59d3..605b478e2 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -1714,7 +1714,6 @@ class chararray(ndarray): self = ndarray.__new__(subtype, shape, (dtype, itemsize), order=order) else: - print shape, dtype, itemsize self = ndarray.__new__(subtype, shape, (dtype, itemsize), buffer=buffer, offset=offset, strides=strides, -- cgit v1.2.1