Remove debug print statement from get_aps function to clean up output

This commit is contained in:
Yaro Kasear 2025-04-15 10:52:41 -05:00
parent b6d6b8989a
commit ff55e1746c

View file

@ -107,8 +107,6 @@ def get_aps(capture, ap_channel):
if bssid and bssid != 'ff:ff:ff:ff:ff:ff':
aps.add(bssid)
print(aps)
except Exception as e:
print(f"[DEBUG] Packet parse error: {e}")
continue