mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
station: remove print in bss_free
In environments with many APs, the debug log is spammed with this print, which isn't particularly useful to the average user.
This commit is contained in:
parent
039ae3659b
commit
0ec9618b5f
@ -203,7 +203,6 @@ static void bss_free(void *data)
|
||||
const char *addr;
|
||||
|
||||
addr = util_address_to_string(bss->addr);
|
||||
l_debug("Freeing BSS %s", addr);
|
||||
|
||||
scan_bss_free(bss);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user