mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
remove unneeded print
This commit is contained in:
parent
eeccf8e6bf
commit
e53e428a32
@ -258,8 +258,6 @@ class PluginsRegistry:
|
|||||||
# Exception if the database has not been migrated yet - check if test are running - raise if not
|
# Exception if the database has not been migrated yet - check if test are running - raise if not
|
||||||
if not settings.PLUGIN_TESTING:
|
if not settings.PLUGIN_TESTING:
|
||||||
raise error # pragma: no cover
|
raise error # pragma: no cover
|
||||||
else:
|
|
||||||
print('[PLUGIN-load] can not create config')
|
|
||||||
plugin_db_setting = None
|
plugin_db_setting = None
|
||||||
|
|
||||||
# Always activate if testing
|
# Always activate if testing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user