diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-09-05 01:20:09 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-09-05 01:20:09 +0000 |
commit | bcaa1793226b8dab929d8ccc786c23854f5886e0 (patch) | |
tree | 6284e0427894a5f6b1d1d709ab4a7e2d79fddf97 /numpy/testing/noseclasses.py | |
parent | e818c37e4319fd2f8e798859593b21e2c65a6e1d (diff) | |
download | numpy-bcaa1793226b8dab929d8ccc786c23854f5886e0.tar.gz |
Remove debugging code.
Diffstat (limited to 'numpy/testing/noseclasses.py')
-rw-r--r-- | numpy/testing/noseclasses.py | 3 |
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 |