mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix: don't spam debug output about 7TV CreateEmoteSet (#5700)
This commit is contained in:
parent
f3a5f81fa0
commit
5b1ce32a4e
|
@ -237,6 +237,10 @@ void SeventvEventAPI::handleDispatch(const Dispatch &dispatch)
|
||||||
// unhandled (not clear what we'd do here yet)
|
// unhandled (not clear what we'd do here yet)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case SubscriptionType::CreateEmoteSet: {
|
||||||
|
// unhandled (c2 does not support custom emote sets)
|
||||||
|
}
|
||||||
|
break;
|
||||||
default: {
|
default: {
|
||||||
qCDebug(chatterinoSeventvEventAPI)
|
qCDebug(chatterinoSeventvEventAPI)
|
||||||
<< "Unknown subscription type:"
|
<< "Unknown subscription type:"
|
||||||
|
|
Loading…
Reference in a new issue