Skip to content

Commit

Permalink
Remove initial logging from build_demand_profiles
Browse files Browse the repository at this point in the history
Minor changes:
- remove the loggin when initializing Snakemake from scripts/build_demand_profiles.py
  • Loading branch information
Eric-Nitschke committed Jan 21, 2025
1 parent a3e3315 commit e437ca3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/build_demand_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit e437ca3

Please sign in to comment.