Fix invalid assert in the OWS table views.

// FREEBIE
pull/1/head
Matthew Chen 9 years ago
parent c597bacdca
commit a1bd2f66f8

@ -149,7 +149,6 @@ NS_ASSUME_NONNULL_BEGIN
if (_customCellBlock) { if (_customCellBlock) {
return _customCellBlock(); return _customCellBlock();
} }
OWSAssert(0);
return nil; return nil;
} }

Loading…
Cancel
Save