[TinyMqtt.cpp] Removed obsolete comment

This commit is contained in:
hsaturn
2023-03-22 20:29:25 +01:00
parent 245e74666e
commit 37fb46ec3b

View File

@@ -638,7 +638,7 @@ void MqttClient::processMessage(MqttMessage* mesg)
#endif
if (callback and isSubscribedTo(published))
{
callback(this, published, payload, len); // TODO send the real payload
callback(this, published, payload, len);
}
}
else if (local_broker) // from outside to inside