Remove obsolete assert.

pull/1/head
Matthew Chen 7 years ago
parent b75f4596aa
commit 71c63d9fce

@ -143,7 +143,6 @@ NSString *const OWSContactsManagerSignalAccountsDidChangeNotification
- (nullable CNContact *)cnContactWithId:(nullable NSString *)contactId
{
OWSAssert(contactId.length > 0);
OWSAssert(self.cnContactCache);
if (!contactId) {

Loading…
Cancel
Save