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:
James Prestwood 2019-06-10 11:40:07 -07:00 committed by Denis Kenzior
parent 039ae3659b
commit 0ec9618b5f
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}