DPP2: Remove forgetten development time debug prints
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
1046145093
commit
fa09b85c4e
1 changed files with 0 additions and 4 deletions
|
@ -1239,8 +1239,6 @@ static struct wpa_ssid * wpas_dpp_add_network(struct wpa_supplicant *wpa_s,
|
|||
}
|
||||
|
||||
if (conf->certs) {
|
||||
wpa_hexdump_buf(MSG_INFO, "JKM:certs",
|
||||
conf->certs);
|
||||
for (i = 0; ; i++) {
|
||||
os_snprintf(name, sizeof(name), "dpp-certs-%d",
|
||||
i);
|
||||
|
@ -1283,8 +1281,6 @@ static struct wpa_ssid * wpas_dpp_add_network(struct wpa_supplicant *wpa_s,
|
|||
break;
|
||||
}
|
||||
|
||||
wpa_hexdump_buf(MSG_INFO, "JKM:privkey",
|
||||
auth->priv_key);
|
||||
blob = os_zalloc(sizeof(*blob));
|
||||
if (!blob)
|
||||
goto fail;
|
||||
|
|
Loading…
Reference in a new issue