diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-06-14 21:40:16 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-06-14 21:40:16 +0000 |
commit | 80d85d62e932f97494387b66be3cfadbab5bde8d (patch) | |
tree | c18a67adfa8022df9afe3ce1987dd45566edacbc /numpy/lib | |
parent | b91fea230651e442df868a605b9a33e778b15729 (diff) | |
download | numpy-80d85d62e932f97494387b66be3cfadbab5bde8d.tar.gz |
Remove print statement.
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/function_base.py | 1 |
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 [:, :, ..., :] |