From a3a077b42787150276cc169aa62b34d9ee995363 Mon Sep 17 00:00:00 2001 From: Eric Severance Date: Tue, 17 Dec 2024 11:46:23 -0800 Subject: [PATCH] Remove unnecessary comment --- src/mqtt/MQTT.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mqtt/MQTT.cpp b/src/mqtt/MQTT.cpp index f129114c9..6866a02bc 100644 --- a/src/mqtt/MQTT.cpp +++ b/src/mqtt/MQTT.cpp @@ -137,7 +137,6 @@ inline void onReceiveJson(byte *payload, size_t length) return; } - // check if it is a valid envelope JSONObject json; json = json_value->AsObject();