Remove unnecessary comment

This commit is contained in:
Eric Severance 2024-12-17 11:46:23 -08:00
parent 3f79dd0139
commit a3a077b427
No known key found for this signature in database
GPG Key ID: 340D1DA2A5A64A62

View File

@ -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();