Commit ba807124 authored by Antoine Pitrou's avatar Antoine Pitrou

Revert debug printout

parent fe979136
......@@ -450,9 +450,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
print("== ", platform.platform(aliased=True),
"%s-endian" % sys.byteorder)
print("== ", os.getcwd())
import pprint, errno
print("== Errno map:")
pprint.pprint(errno.errorcode)
alltests = findtests(testdir, stdtests, nottests)
selected = tests or args or alltests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment