From 1e5a1f3e1f3f6fa5da4ce1791a3dee07f3558923 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Thu, 12 Jan 2023 08:58:15 +0100 Subject: [PATCH] fix: remove unnecessary print (#1686) Co-authored-by: sergargar --- prowler/config/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index 79f7b1cb..68a8f904 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -31,7 +31,6 @@ json_file_suffix = ".json" json_asff_file_suffix = ".asff.json" html_file_suffix = ".html" config_yaml = f"{pathlib.Path().absolute()}/prowler/config/config.yaml" -print(config_yaml) def change_config_var(variable, value):