]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DPP2: Remove forgetten development time debug prints
authorJouni Malinen <jouni@codeaurora.org>
Thu, 18 Jun 2020 21:37:40 +0000 (00:37 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 18 Jun 2020 21:37:40 +0000 (00:37 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/dpp_supplicant.c

index b065ff7217c6a758ff6ec658101dc80602fb4eb3..2d56b2f9d841f03cae2c1715bce105ee1f4d664b 100644 (file)
@@ -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;