From 74d1e8f3bb23643474ddb18cc60173a78ebcf3d4 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 3 Feb 2025 15:10:22 +0100 Subject: [PATCH] Removed print line for aesthetic --- meshbook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshbook.py b/meshbook.py index ef06352..93e6057 100644 --- a/meshbook.py +++ b/meshbook.py @@ -120,7 +120,6 @@ async def gather_targets(playbook: dict, group_list: dict) -> dict: elif "target_os" not in playbook: target_list.append(device["device_id"]) - print(target_list) return target_list async def execute_playbook(session: meshctrl.Session, targets: dict, playbook: dict, group_list: dict) -> None: