mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 00:12:10 +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
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user