Skip to content

Commit

Permalink
Removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Nov 23, 2022
1 parent 3f8d511 commit 71fe0b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions servicecatalog_puppet/commands/task_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,8 +1718,6 @@ def deploy_from_task_reference(path):
tasks_to_run_filtered[task_reference] = task

else: # HUB EXECUTION
print(task.get("task_reference"))

if task.get("task_reference") == constants.CREATE_POLICIES:
continue

Expand Down

0 comments on commit 71fe0b1

Please sign in to comment.