fix: remove unnecessary print (#1686)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-12 08:58:15 +01:00
committed by GitHub
parent 6efe2979c6
commit 1e5a1f3e1f

View File

@@ -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):