mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 17:48:10 -03:30
remove print statements
This commit is contained in:
@@ -30,9 +30,6 @@ class WorkflowDAG(SimpleDAG):
|
||||
else:
|
||||
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()
|
||||
|
||||
for workflow_node in workflow_nodes.all():
|
||||
|
||||
Reference in New Issue
Block a user