From e53e428a323ea50e8cf98a52934cf9f94e015c31 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 18 Mar 2022 23:50:13 +0100 Subject: [PATCH] remove unneeded print --- InvenTree/plugin/registry.py | 2 -- 1 file changed, 2 deletions(-) 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