From 8f8e828db57e3a1d89c0933ff74ddc43b6d1350c Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 30 Aug 2019 23:56:35 +0200 Subject: [PATCH] remove debugging --- src/MyESP.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MyESP.cpp b/src/MyESP.cpp index 6018b4515..ecac96fa7 100644 --- a/src/MyESP.cpp +++ b/src/MyESP.cpp @@ -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"];