Skip to content

Commit c1b44c0

Browse files
committed
22.07.16
1 parent 53cda5d commit c1b44c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cppimport/import_hook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def __init__(self):
1212
self._running = False
1313

1414
def find_spec(self, fullname, path, target=None):
15-
print("find_spec", fullname, path, target)
1615
# Prevent re-entry by the underlying importer
1716
if self._running:
1817
return

0 commit comments

Comments
 (0)