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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)