From 0ec9618b5fbe2e603282df68ed16ef3f90c049cc Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 10 Jun 2019 11:40:07 -0700 Subject: [PATCH] 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. --- src/station.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/station.c b/src/station.c index 089fe162..d2e3b391 100644 --- a/src/station.c +++ b/src/station.c @@ -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); }