Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d994864

Browse files
committed
Remove a debugging print statement that accidentally got left in.
1 parent b4a1b8c commit d994864

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/importlib/test/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_suite(package=__package__, directory=os.path.dirname(__file__)):
1717
suite.addTest(module_tests)
1818
elif os.path.isdir(path):
1919
package_name = "{0}.{1}".format(package, name)
20-
print(package_name)
2120
__import__(package_name, level=0)
2221
package_tests = getattr(sys.modules[package_name], 'test_suite')()
2322
suite.addTest(package_tests)

0 commit comments

Comments
 (0)