mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Removed unnecessary debug output (#2638)
This commit is contained in:
parent
2db140d5af
commit
29c9b58e5a
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ namespace {
|
||||||
{
|
{
|
||||||
boost::optional<EmotePtr> authorityBadge;
|
boost::optional<EmotePtr> authorityBadge;
|
||||||
|
|
||||||
qDebug() << badgeUrls;
|
|
||||||
if (!badgeUrls.isEmpty())
|
if (!badgeUrls.isEmpty())
|
||||||
{
|
{
|
||||||
auto authorityBadge1x = getEmoteLink(badgeUrls, "1");
|
auto authorityBadge1x = getEmoteLink(badgeUrls, "1");
|
||||||
|
|
Loading…
Reference in a new issue