removed extra print now that items are getting passed to callback in result
This commit is contained in:
parent
86a83c16b8
commit
c603caca27
1 changed files with 0 additions and 3 deletions
|
@ -169,9 +169,6 @@ class TaskExecutor:
|
||||||
res['item'] = item
|
res['item'] = item
|
||||||
results.append(res)
|
results.append(res)
|
||||||
|
|
||||||
# FIXME: we should be sending back a callback result for each item in the loop here
|
|
||||||
print(res)
|
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
||||||
def _squash_items(self, items, variables):
|
def _squash_items(self, items, variables):
|
||||||
|
|
Loading…
Reference in a new issue