diff --git a/src/reset.cpp b/src/reset.cpp index 334c7257..a8a54ba4 100644 --- a/src/reset.cpp +++ b/src/reset.cpp @@ -98,13 +98,6 @@ void enter_deepsleep(const uint32_t wakeup_sec, gpio_num_t wakeup_gpio) { sds011_sleep(); #endif - /* - // flush & close sd card, if we have - #if (HAS_SDCARD) - sdcard_close(); - #endif - */ - // wait a while (max 100 sec) to clear send queues ESP_LOGI(TAG, "Waiting until send queues are empty..."); for (i = 100; i > 0; i--) {