From 12c46a577b8fc19d973652bf049fb37f3cd6c1aa Mon Sep 17 00:00:00 2001 From: jaclynpqc Date: Mon, 6 Nov 2023 09:18:26 -0500 Subject: [PATCH] delete unrelated check --- chasten/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chasten/main.py b/chasten/main.py index b4822b4f..ae67b880 100644 --- a/chasten/main.py +++ b/chasten/main.py @@ -547,7 +547,6 @@ def analyze( # noqa: PLR0913, PLR0915 match_generator = pyastgrepsearch.search_python_files( paths=valid_directories, expression=current_xpath_pattern, xpath2=True ) - output.logger.debug(f"Match Generator {match_generator}") # materialize a list from the generator of (potential) matches; # note that this list will also contain an object that will # indicate that the analysis completed for each located file