remove unneeded print

This commit is contained in:
Matthias 2022-03-18 23:50:13 +01:00
parent eeccf8e6bf
commit e53e428a32
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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