Refactor debug output in Cisco client tracking for improved clarity and consistency
This commit is contained in:
parent
d9e8a8eac9
commit
5e11cfcc80
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue