diff --git a/cppimport/import_hook.py b/cppimport/import_hook.py index 02cca75..723a599 100644 --- a/cppimport/import_hook.py +++ b/cppimport/import_hook.py @@ -12,7 +12,6 @@ def __init__(self): self._running = False def find_spec(self, fullname, path, target=None): - print("find_spec", fullname, path, target) # Prevent re-entry by the underlying importer if self._running: return