From b5764c6a1fd0f5fe7f4a0e446fe5a979fc2fb8fd Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sat, 15 Feb 2020 14:49:20 +0100 Subject: [PATCH] Remove stupid assert in PubSubClient Fixes #1550 --- src/providers/twitch/PubsubClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/twitch/PubsubClient.cpp b/src/providers/twitch/PubsubClient.cpp index 9cf57c28f..43b24f2ef 100644 --- a/src/providers/twitch/PubsubClient.cpp +++ b/src/providers/twitch/PubsubClient.cpp @@ -1064,7 +1064,6 @@ void PubSub::handleMessageResponse(const rapidjson::Value &outerData) else { qDebug() << "Invalid whisper type:" << whisperType.c_str(); - assert(false); return; } }