Removed more prints

This commit is contained in:
Daan Selen
2025-04-07 16:55:58 +02:00
parent 7a60cd7280
commit ac4dd8994c

View File

@@ -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