wpa_supplicant:Remove redundant DEBUG_PRINT in supplicant

This commit is contained in:
gauri patankar
2023-01-03 12:51:10 +05:30
parent 5c8263a08b
commit 68fb038f43
7 changed files with 1 additions and 162 deletions

View File

@@ -607,7 +607,7 @@ static int tls_create_mbedtls_handle(struct tls_connection *conn,
#endif
/* Enable debug prints in case supplicant's prints are enabled */
#if defined(DEBUG_PRINT) && defined(CONFIG_MBEDTLS_DEBUG) && defined(ESPRESSIF_USE)
#if defined(CONFIG_MBEDTLS_DEBUG) && defined(ESPRESSIF_USE)
mbedtls_esp_enable_debug_log(&tls->conf, 2);
#endif
return 0;