From ac4dd8994c5ee31c258aad275806efdeca6cb939 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 7 Apr 2025 16:55:58 +0200 Subject: [PATCH] Removed more prints --- meshbook.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/meshbook.py b/meshbook.py index c97b739..b2c8c7c 100644 --- a/meshbook.py +++ b/meshbook.py @@ -191,8 +191,6 @@ async def filter_targets(devices: list[dict], os_categories: dict, target_os: st if not device["reachable"]: continue # Skip unreachable devices. - print(target_tag) - print(device["device_tags"]) if target_tag and target_tag not in device["device_tags"]: continue