removed accidentally added line

This commit is contained in:
fourtf
2021-05-23 11:24:08 +02:00
committed by GitHub
parent 14e8a2bf6c
commit 258851e572
-1
View File
@@ -729,7 +729,6 @@ void TwitchChannel::loadRecentMessages()
.arg(getSettings()->twitchMessageHistoryLimit);
NetworkRequest(url)
.concurrent()
.onSuccess([weak = weakOf<Channel>(this)](auto result) -> Outcome {
auto shared = weak.lock();
if (!shared)