Skip to content

Commit

Permalink
removed debug statements
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally authored and jtaleric committed Sep 13, 2024
1 parent b9ff7e4 commit c8a751e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def load_config(config: str, parameters: Dict= None) -> Dict[str, Any]:
template = Template(template_content)
rendered_config_yaml = template.render(merged_parameters)
rendered_config = yaml.safe_load(rendered_config_yaml)
print(rendered_config)
return rendered_config


Expand Down

0 comments on commit c8a751e

Please sign in to comment.