mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 00:12:10 +00:00
Removed more prints
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user