Revert "no message"

This reverts commit 7490262c7f.
This commit is contained in:
overtake
2020-10-27 11:31:15 +04:00
parent 7490262c7f
commit 9ea4d4e038

View File

@@ -555,7 +555,7 @@ static void (*InternalVoipLoggingFunction)(NSString *) = NULL;
InternalVoipLoggingFunction(@"OngoingCallThreadLocalContext: dealloc"); InternalVoipLoggingFunction(@"OngoingCallThreadLocalContext: dealloc");
} }
// assert([_queue isCurrent]); assert([_queue isCurrent]);
if (_tgVoip != NULL) { if (_tgVoip != NULL) {
[self stop:nil]; [self stop:nil];
} }