From f73d923f79e55c5d9c5d3f0b4b529036e967251c Mon Sep 17 00:00:00 2001 From: jaclynpqc Date: Mon, 6 Nov 2023 09:13:23 -0500 Subject: [PATCH] delete unrelated changes --- chasten/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chasten/main.py b/chasten/main.py index 9739d39a..b4822b4f 100644 --- a/chasten/main.py +++ b/chasten/main.py @@ -481,7 +481,6 @@ def analyze( # noqa: PLR0913, PLR0915 output.console.print() # validate the configuration (validated, checks_dict) = validate_configuration_files(config, verbose) - output.logger.debug(f"Validate the configuration: {config}") # some aspect of the configuration was not # valid, so exit early and signal an error if not validated: