diff --git a/enrich.py b/enrich.py index c279abf..6b32a3a 100755 --- a/enrich.py +++ b/enrich.py @@ -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