Remove overzealous assert in ConversationViewModel.

pull/1/head
Matthew Chen 7 years ago
parent cf057e3af3
commit 2c9a556786

@ -625,7 +625,7 @@ static const int kYapDatabaseRangeMinLength = 0;
OWSAssertDebug(updatedItemSet);
if (!self.delegate.isObservingVMUpdates) {
OWSFailDebug(@"Skipping VM update.");
OWSLogVerbose(@"Skipping VM update.");
// We fire this event, but it will be ignored.
[self.delegate conversationViewModelDidUpdate:ConversationUpdate.minorUpdate];
return;

Loading…
Cancel
Save