From: Jouni Malinen Date: Wed, 11 Oct 2017 20:43:59 +0000 (+0300) Subject: OWE: Remove forgotten developer debug prints X-Git-Tag: hostap_2_7~1037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53eb946167b4cd5eb9d7581d38c27e23dfa8858;p=thirdparty%2Fhostap.git 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 --- 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,