From 45d70737bd7536221042a8c426db12e43e5f95be Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 May 2022 18:08:42 +0200 Subject: [PATCH] we do not have server stats checks so this does not make sende --- InvenTree/plugin/registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/plugin/registry.py b/InvenTree/plugin/registry.py index 6f8c9e0442..311772c795 100644 --- a/InvenTree/plugin/registry.py +++ b/InvenTree/plugin/registry.py @@ -133,7 +133,6 @@ class PluginsRegistry: if retry_counter <= 0: # pragma: no cover if settings.PLUGIN_TESTING: print('[PLUGIN] Max retries, breaking loading') - # TODO error for server status break if settings.PLUGIN_TESTING: print(f'[PLUGIN] Above error occured during testing - {retry_counter}/{settings.PLUGIN_RETRY} retries left')