From e437ca318cd9ab6f2247d4be64a97a11b7f22771 Mon Sep 17 00:00:00 2001 From: Eric Nitschke Date: Tue, 21 Jan 2025 15:17:59 +0100 Subject: [PATCH] Remove initial logging from build_demand_profiles Minor changes: - remove the loggin when initializing Snakemake from scripts/build_demand_profiles.py --- scripts/build_demand_profiles.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/build_demand_profiles.py b/scripts/build_demand_profiles.py index 3686364b2..5a436c9fc 100644 --- a/scripts/build_demand_profiles.py +++ b/scripts/build_demand_profiles.py @@ -136,12 +136,6 @@ def get_load_paths_gegis(ssp_parentfolder, config): load_paths.append(load_path) file_names.append(file_name) - logger.info( - f"Demand data folder: {load_dir}, load path is {load_paths}.\n" - + f"Expected files: " - + "; ".join(file_names) - ) - return load_paths