From 80d85d62e932f97494387b66be3cfadbab5bde8d Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 14 Jun 2006 21:40:16 +0000 Subject: Remove print statement. --- numpy/lib/function_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/function_base.py') 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 [:, :, ..., :] -- cgit v1.2.1