summaryrefslogtreecommitdiff
path: root/numpy/testing/noseclasses.py
diff options
context:
space:
mode:
authorAlan McIntyre <alan.mcintyre@local>2008-09-05 01:20:09 +0000
committerAlan McIntyre <alan.mcintyre@local>2008-09-05 01:20:09 +0000
commitbcaa1793226b8dab929d8ccc786c23854f5886e0 (patch)
tree6284e0427894a5f6b1d1d709ab4a7e2d79fddf97 /numpy/testing/noseclasses.py
parente818c37e4319fd2f8e798859593b21e2c65a6e1d (diff)
downloadnumpy-bcaa1793226b8dab929d8ccc786c23854f5886e0.tar.gz
Remove debugging code.
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