Remove debug print statement from get_aps function to clean up output
This commit is contained in:
parent
b6d6b8989a
commit
ff55e1746c
1 changed files with 0 additions and 2 deletions
|
@ -107,8 +107,6 @@ def get_aps(capture, ap_channel):
|
||||||
if bssid and bssid != 'ff:ff:ff:ff:ff:ff':
|
if bssid and bssid != 'ff:ff:ff:ff:ff:ff':
|
||||||
aps.add(bssid)
|
aps.add(bssid)
|
||||||
|
|
||||||
print(aps)
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"[DEBUG] Packet parse error: {e}")
|
print(f"[DEBUG] Packet parse error: {e}")
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue