Skip to content

Commit 334adf3

Browse files
committed
Remove debug print from zipimport
1 parent d0c0b82 commit 334adf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/zipimport.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def find_module(self, fullname, path=None):
147147
The optional 'path' argument is ignored -- it's there for compatibility
148148
with the importer protocol.
149149
"""
150-
print(self)
151150
return self.find_loader(fullname, path)[0]
152151

153152

0 commit comments

Comments
 (0)