mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 08:22:11 +00:00
INF: removed unneeded print statement.
This commit is contained in:
@@ -251,8 +251,6 @@ class MeshcallerActions:
|
|||||||
# Calculate the total expected responses: tasks x target nodes
|
# Calculate the total expected responses: tasks x target nodes
|
||||||
expected_responses = len(playbook_yaml['tasks']) * len(target_ids)
|
expected_responses = len(playbook_yaml['tasks']) * len(target_ids)
|
||||||
|
|
||||||
print(expected_responses)
|
|
||||||
|
|
||||||
# Send commands for all nodes at once
|
# Send commands for all nodes at once
|
||||||
for task in playbook_yaml['tasks']:
|
for task in playbook_yaml['tasks']:
|
||||||
await ready_for_next.wait()
|
await ready_for_next.wait()
|
||||||
|
|||||||
Reference in New Issue
Block a user