From c1b44c01a281b17421f96de967826d1ca25bf06f Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Fri, 15 Jul 2022 15:39:35 -0400 Subject: [PATCH] 22.07.16 --- cppimport/import_hook.py | 1 - 1 file changed, 1 deletion(-) 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