From 8fddf666184708aa383d9d7c4e9a8fe55edf1369 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 23 Nov 2021 23:40:52 +0100 Subject: [PATCH] remove unneeded TODO --- InvenTree/plugin/plugins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/plugin/plugins.py b/InvenTree/plugin/plugins.py index 82256b9201..e2be1e6427 100644 --- a/InvenTree/plugin/plugins.py +++ b/InvenTree/plugin/plugins.py @@ -41,7 +41,6 @@ def get_modules(pkg, recursive: bool = False): pass except Exception as error: # this 'protects' against malformed plugin modules by more or less silently failing - # TODO log to logging # log to stack log_plugin_error({name: str(error)}, 'discovery')