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 - (nullable OWSTableSection *)sectionForThread:(nullable TSThread *)thread
{ {
OWSAssert(thread);
NSMutableArray<OWSTableItem *> *items = [NSMutableArray new]; NSMutableArray<OWSTableItem *> *items = [NSMutableArray new];
[items addObject:[OWSTableItem itemWithTitle:@"Enable Manual Censorship Circumvention" [items addObject:[OWSTableItem itemWithTitle:@"Enable Manual Censorship Circumvention"
actionBlock:^{ actionBlock:^{

Loading…
Cancel
Save