From 70cac7dd15170d78ac0c49fd9b27f24b1a154531 Mon Sep 17 00:00:00 2001 From: "Jason McCampbell (Enthought, Inc)" Date: Wed, 25 May 2011 17:52:19 -0500 Subject: [PATCH] Commented out warning print statement. --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index 22afbc809..30d9bfdb6 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -29,7 +29,7 @@ if sys.platform == 'cli': __all__.remove('compare_chararrays') for n in ['int_asbuffer', 'set_numeric_ops', 'can_cast', 'bitwise_not']: - print "numeric.py: Temporarily filtering symbol '%s'" % n + #print "numeric.py: Temporarily filtering symbol '%s'" % n __all__.remove(n)