From 38c9af056ec23cd8d3b8ba2460551141566a1b6a Mon Sep 17 00:00:00 2001 From: romanodanilo Date: Thu, 1 Aug 2024 14:57:40 +0200 Subject: [PATCH] Remove debug log level Signed-off-by: romanodanilo --- .../data_type_checker/correct_target_for_structure_element.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qc_otx/checks/data_type_checker/correct_target_for_structure_element.py b/qc_otx/checks/data_type_checker/correct_target_for_structure_element.py index 6e6d493..428d399 100644 --- a/qc_otx/checks/data_type_checker/correct_target_for_structure_element.py +++ b/qc_otx/checks/data_type_checker/correct_target_for_structure_element.py @@ -7,8 +7,6 @@ from qc_otx.checks.data_type_checker import data_type_constants -logging.basicConfig(level=logging.DEBUG) - def check_rule(checker_data: models.CheckerData) -> None: """