mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
remove print statements
This commit is contained in:
@@ -30,9 +30,6 @@ class WorkflowDAG(SimpleDAG):
|
|||||||
else:
|
else:
|
||||||
raise RuntimeError("Unexpected object {} {}".format(type(workflow_job_or_jt), workflow_job_or_jt))
|
raise RuntimeError("Unexpected object {} {}".format(type(workflow_job_or_jt), workflow_job_or_jt))
|
||||||
|
|
||||||
print("workflow id {}".format(workflow_job_or_jt.id))
|
|
||||||
print("Count of success nodes {}".format(len(success_nodes)))
|
|
||||||
|
|
||||||
wfn_by_id = dict()
|
wfn_by_id = dict()
|
||||||
|
|
||||||
for workflow_node in workflow_nodes.all():
|
for workflow_node in workflow_nodes.all():
|
||||||
|
|||||||
Reference in New Issue
Block a user