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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1299,7 +1299,6 @@ void TwitchMessageBuilder::appendTwitchBadges()
auto badgeEmote = this->getTwitchBadge(badge);
if (!badgeEmote)
{
qDebug() << "No channel/global variant found" << badge.key_;
continue;
}
auto tooltip = (*badgeEmote)->tooltip.string;