From a2545522c60b3e4783df8a6955c8807efdcf2a11 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Wed, 10 Jan 2024 20:05:13 +0100 Subject: [PATCH] remove logging reference --- management/status_checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/management/status_checks.py b/management/status_checks.py index 897efff5..e8faf6fb 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -968,7 +968,6 @@ def run_and_output_changes(env, pool): try: prev = json.load(f) except json.JSONDecodeError: - logging.debug('Could not decode previous status checks JSON file') prev = [] # Group the serial output into categories by the headings.