From c53eb946167b4cd5eb9d7581d38c27e23dfa8858 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 11 Oct 2017 23:43:59 +0300 Subject: [PATCH] OWE: Remove forgotten developer debug prints These were used during initial implementation testing and were not supposed to get committed. Signed-off-by: Jouni Malinen --- src/ap/hostapd.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ap/hostapd.c b/src/ap/hostapd.c index 3ab2e0cee..990b42ca2 100644 --- a/src/ap/hostapd.c +++ b/src/ap/hostapd.c @@ -1744,15 +1744,9 @@ static int hostapd_owe_iface_iter2(struct hostapd_iface *iface, void *ctx) struct hostapd_data *bss = iface->bss[i]; int res; - wpa_printf(MSG_DEBUG, "JKM:%s:iface=%s trans_ifname=%s", - __func__, bss->conf->iface, - bss->conf->owe_transition_ifname); if (!bss->conf->owe_transition_ifname[0]) continue; res = hostapd_owe_trans_get_info(bss); - wpa_printf(MSG_DEBUG, "JKM:%s:iface=%s trans_ifname=%s res=%d", - __func__, bss->conf->iface, - bss->conf->owe_transition_ifname, res); if (res == 0) continue; wpa_printf(MSG_DEBUG,