diff --git a/newrelic/api/import_hook.py b/newrelic/api/import_hook.py index 3cd31f6541..f4303b9b86 100644 --- a/newrelic/api/import_hook.py +++ b/newrelic/api/import_hook.py @@ -239,7 +239,6 @@ def find_spec(self, fullname, path=None, target=None): https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec """ - # raise ValueError((name, path, target)) # If not something we are interested in we can return.