remove unneeded TODO

This commit is contained in:
Matthias 2021-11-23 23:40:52 +01:00
parent 8236c51827
commit 8fddf66618
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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')