Remove debug print statement for deadpoints with no clients
This commit is contained in:
parent
2aca8df967
commit
689fd80e29
1 changed files with 0 additions and 3 deletions
|
@ -233,9 +233,6 @@ def channel_hopper(interface):
|
|||
time.sleep(CHANNEL_HOP_INTERVAL)
|
||||
|
||||
def is_deadpoint(ap_bssid):
|
||||
# Once again for debugging, pretty-print APs with no clients
|
||||
if ap_bssid not in ap_clients:
|
||||
print(f"[!] Deadpoint detected: {ap_bssid} (no clients)")
|
||||
return sum(ap_clients[ap_bssid].values()) < 2 # No meaningful client interaction
|
||||
|
||||
# === Main ===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue