Refactor debug output in Cisco client tracking for improved clarity and consistency

This commit is contained in:
Yaro Kasear 2025-04-29 14:15:23 -05:00
parent d9e8a8eac9
commit 5e11cfcc80

View file

@ -102,7 +102,6 @@ class IndexedCapture:
if ssid: if ssid:
self.cisco_ssid_clients[ssid].append((timestamp, num_clients)) self.cisco_ssid_clients[ssid].append((timestamp, num_clients))
self.cisco_reported_clients.append(num_clients) self.cisco_reported_clients.append(num_clients)
print(f"[DEBUG] Indexed {len(self.cisco_reported_clients)} Cisco client reports.")
except (TypeError, ValueError): except (TypeError, ValueError):
pass pass