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')