Skip to content

Commit

Permalink
remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shadycuz committed Nov 13, 2024
1 parent 28e6de4 commit c4ab286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud_radar/cf/unit/_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def _evaluate_resource_hooks(
) -> None:
# Iterate through the resources in the rendered stack
for logical_id in stack.data.get("Resources", {}):
print("Got resource " + logical_id)
resource_definition = stack.get_resource(logical_id)

resource_type = resource_definition.get("Type")
Expand Down

0 comments on commit c4ab286

Please sign in to comment.