Removed debug log

This commit is contained in:
CommanderRedYT
2021-11-15 20:37:08 +01:00
parent b9e1509a87
commit be41e8018e

View File

@ -1,8 +1,5 @@
#include "statusdisplay.h"
// esp-idf includes
#include <esp_log.h>
// 3rdparty lib includes
#include <fmt/core.h>
#include <espwifistack.h>
@ -150,7 +147,6 @@ clearIp:
void StatusDisplay::confirm()
{
ESP_LOGI(TAG, "called");
switchScreen<MainMenu>();
}