diff --git a/src/system.cpp b/src/system.cpp index 5dfba2554..e27bb22f0 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -56,12 +56,6 @@ void System::mqtt_commands(const char * message) { return; } - // restart EMS-ESP - if (strcmp(message, "restart") == 0) { - LOG_INFO(F("Restart command received")); - restart(); - } - if (doc["send"] != nullptr) { const char * data = doc["send"]; EMSESP::send_raw_telegram(data);