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

pull/11615/head
Brian Coca 9 years ago
parent 86a83c16b8
commit c603caca27

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

Loading…
Cancel
Save