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 committed Aug 1, 2024
1 parent 13665f8 commit 5ebee63
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 5ebee63

Please sign in to comment.