Remove more debug output (#1677)

This commit is contained in:
pajlada
2020-05-09 07:13:30 -04:00
committed by GitHub
parent 14783d52a7
commit a08754b409
@@ -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;