mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove debugging
This commit is contained in:
@@ -2305,7 +2305,6 @@ void MyESP::_procMsg(AsyncWebSocketClient * client, size_t sz) {
|
||||
} else if (strcmp(command, "destroy") == 0) {
|
||||
_formatreq = true;
|
||||
} else if (strcmp(command, "forcentp") == 0) {
|
||||
myDebug("HHHH"); // XXX
|
||||
NTP.getNtpTime();
|
||||
} else if (strcmp(command, "geteventlog") == 0) {
|
||||
uint8_t page = doc["page"];
|
||||
|
||||
Reference in New Issue
Block a user