diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index f46b53347c..928f238f58 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -258,8 +258,6 @@ class PluginsRegistry: # Exception if the database has not been migrated yet - check if test are running - raise if not if not settings.PLUGIN_TESTING: raise error # pragma: no cover - else: - print('[PLUGIN-load] can not create config') plugin_db_setting = None # Always activate if testing