INF: removed unneeded print statement.

This commit is contained in:
Daan
2024-11-27 21:24:53 +01:00
parent fdb6d4bfe8
commit 98ffe73580

View File

@@ -251,8 +251,6 @@ class MeshcallerActions:
# Calculate the total expected responses: tasks x target nodes
expected_responses = len(playbook_yaml['tasks']) * len(target_ids)
print(expected_responses)
# Send commands for all nodes at once
for task in playbook_yaml['tasks']:
await ready_for_next.wait()