diff --git a/src/web/WebDataService.cpp b/src/web/WebDataService.cpp index 04a322e2b..608430cb5 100644 --- a/src/web/WebDataService.cpp +++ b/src/web/WebDataService.cpp @@ -503,10 +503,6 @@ void WebDataService::dashboard_data(AsyncWebServerRequest * request) { }); } - Serial.println("All dashboard_data: "); - serializeJson(root, Serial); - Serial.println(); - #if defined(EMSESP_TEST) && defined(EMSESP_STANDALONE) Serial.println(); Serial.print("All dashboard_data: ");