Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Feb 15, 2024
1 parent 32ae6a7 commit 3da57cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ionbeam/core/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def parse_sub_config(yaml_file: Path, globals, schema=SubConfig):
with open(yaml_file) as f:
config_dict = yaml.load(f, Loader=SafeLineLoader)

print("config_dict", config_dict)
# Parse the yaml file using python dataclasses as a template
config = parse_config_from_dict(schema, config_dict, filepath=yaml_file)

Expand Down

0 comments on commit 3da57cd

Please sign in to comment.