remove print statements

This commit is contained in:
chris meyers
2018-11-09 14:56:10 -05:00
parent 26056ddaa6
commit 62e5140bb7

View File

@@ -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():