Commit c603caca by Brian Coca

removed extra print now that items are getting passed to callback in result

parent 86a83c16
......@@ -169,9 +169,6 @@ class TaskExecutor:
res['item'] = item
results.append(res)
# FIXME: we should be sending back a callback result for each item in the loop here
print(res)
return results
def _squash_items(self, items, variables):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment