From ff55e1746c4bc58b881f18ed494ddd59454e41b3 Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Tue, 15 Apr 2025 10:52:41 -0500 Subject: [PATCH] Remove debug print statement from get_aps function to clean up output --- enrich.py | 2 -- 1 file changed, 2 deletions(-) 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