summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r--numpy/testing/noseclasses.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
index 060b643ab..1cd03a8bf 100644
--- a/numpy/testing/noseclasses.py
+++ b/numpy/testing/noseclasses.py
@@ -224,9 +224,6 @@ class NumpyDoctest(npd.Doctest):
p2 = p[-1]
test.globs[p2] = __import__(pkg_name, test.globs, {}, [p2])
- print 'additional import for %s: from %s import %s' % (test.filename, p1, p2)
- print ' (%s): %r' % (pkg_name, test.globs[p2])
-
# always use whitespace and ellipsis options
optionflags = doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS