mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove unneeded TODO
This commit is contained in:
parent
8236c51827
commit
8fddf66618
@ -41,7 +41,6 @@ def get_modules(pkg, recursive: bool = False):
|
|||||||
pass
|
pass
|
||||||
except Exception as error:
|
except Exception as error:
|
||||||
# this 'protects' against malformed plugin modules by more or less silently failing
|
# this 'protects' against malformed plugin modules by more or less silently failing
|
||||||
# TODO log to logging
|
|
||||||
|
|
||||||
# log to stack
|
# log to stack
|
||||||
log_plugin_error({name: str(error)}, 'discovery')
|
log_plugin_error({name: str(error)}, 'discovery')
|
||||||
|
Loading…
Reference in New Issue
Block a user