mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove more debug output (#1677)
This commit is contained in:
parent
14783d52a7
commit
a08754b409
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue