Remove unused Env member for emoteset resolver url (#3743)

This commit is contained in:
Kasia
2022-05-16 17:58:47 +02:00
committed by GitHub
parent 3bf1756579
commit 98f8e0186d
3 changed files with 0 additions and 5 deletions
@@ -448,7 +448,6 @@ void CommandController::initialize(Settings &, Paths &paths)
QStringList debugMessages{
"recentMessagesApiUrl: " + env.recentMessagesApiUrl,
"linkResolverUrl: " + env.linkResolverUrl,
"twitchEmoteSetResolverUrl: " + env.twitchEmoteSetResolverUrl,
"twitchServerHost: " + env.twitchServerHost,
"twitchServerPort: " + QString::number(env.twitchServerPort),
"twitchServerSecure: " + QString::number(env.twitchServerSecure),