diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index b2769f87aa..3d58634340 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -308,8 +308,6 @@ class PluginsRegistry: # Initialize package # now we can be sure that an admin has activated the plugin - # TODO check more stuff -> as of Nov 2021 there are not many checks in place - # but we could enhance those to check signatures, run the plugin against a whitelist etc. logger.info(f'Loading plugin {plug_name}') try: