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

This commit is contained in:
Brian Coca 2015-07-16 09:57:45 -04:00
parent 86a83c16b8
commit c603caca27

View file

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