summaryrefslogtreecommitdiff
path: root/numpy/lib
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-06-14 21:40:16 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-06-14 21:40:16 +0000
commit80d85d62e932f97494387b66be3cfadbab5bde8d (patch)
treec18a67adfa8022df9afe3ce1987dd45566edacbc /numpy/lib
parentb91fea230651e442df868a605b9a33e778b15729 (diff)
downloadnumpy-80d85d62e932f97494387b66be3cfadbab5bde8d.tar.gz
Remove print statement.
Diffstat (limited to 'numpy/lib')
-rw-r--r--numpy/lib/function_base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py
index 2087813a1..116b5bb13 100644
--- a/numpy/lib/function_base.py
+++ b/numpy/lib/function_base.py
@@ -314,7 +314,6 @@ def gradient(f, *varargs):
# use central differences on interior and first differences on endpoints
- print dx
outvals = []
# create slice objects --- initially all are [:, :, ..., :]