Remove errant assert.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent b6cecd44a8
commit 43f451e236

@ -44,8 +44,6 @@ NS_ASSUME_NONNULL_BEGIN
- (nullable OWSTableSection *)sectionForThread:(nullable TSThread *)thread
{
OWSAssert(thread);
NSMutableArray<OWSTableItem *> *items = [NSMutableArray new];
[items addObject:[OWSTableItem itemWithTitle:@"Enable Manual Censorship Circumvention"
actionBlock:^{

Loading…
Cancel
Save