From 5062f11abc9f6d92bc2396898fe26729c555a6af Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Thu, 28 Dec 2023 21:08:00 -0800 Subject: [PATCH] time_helper debug cleanup --- .../ESP-IDF/examples/wolfssl_echoserver/main/time_helper.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/time_helper.c b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/time_helper.c index 896dbf04..0abf70c5 100644 --- a/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/time_helper.c +++ b/ide/Espressif/ESP-IDF/examples/wolfssl_echoserver/main/time_helper.c @@ -248,17 +248,13 @@ int set_time(void) ESP_LOGI(TAG, "Setting the time. Startup time:"); esp_show_current_datetime(); -// ESP_LOGI(TAG, "return."); -// return ESP_OK; /* TODO */ #ifdef LIBWOLFSSL_VERSION_GIT_HASH_DATE /* initialy set a default approximate time from recent git commit */ ESP_LOGI(TAG, "Found git hash date, attempting to set system date."); set_time_from_string(LIBWOLFSSL_VERSION_GIT_HASH_DATE); - ESP_LOGI(TAG, "esp_show_current_datetime."); esp_show_current_datetime(); - ret = -4; #else /* otherwise set a fixed time that was hard coded */