Remove more debug output (#1677)
This commit is contained in:
@@ -1299,7 +1299,6 @@ void TwitchMessageBuilder::appendTwitchBadges()
|
|||||||
auto badgeEmote = this->getTwitchBadge(badge);
|
auto badgeEmote = this->getTwitchBadge(badge);
|
||||||
if (!badgeEmote)
|
if (!badgeEmote)
|
||||||
{
|
{
|
||||||
qDebug() << "No channel/global variant found" << badge.key_;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
auto tooltip = (*badgeEmote)->tooltip.string;
|
auto tooltip = (*badgeEmote)->tooltip.string;
|
||||||
|
|||||||
Reference in New Issue
Block a user