Remove stupid assert in PubSubClient

Fixes #1550
This commit is contained in:
Rasmus Karlsson 2020-02-15 14:49:20 +01:00
parent 14427fe5a9
commit b5764c6a1f

View file

@ -1064,7 +1064,6 @@ void PubSub::handleMessageResponse(const rapidjson::Value &outerData)
else
{
qDebug() << "Invalid whisper type:" << whisperType.c_str();
assert(false);
return;
}
}