From 43f451e236722777a0962585a912b64c6bbbc1f6 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 28 Jul 2017 11:36:39 -0400 Subject: [PATCH] Remove errant assert. // FREEBIE --- Signal/src/ViewControllers/DebugUI/DebugUIMisc.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m b/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m index 8f807f3b2..9a4b551ae 100644 --- a/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m +++ b/Signal/src/ViewControllers/DebugUI/DebugUIMisc.m @@ -44,8 +44,6 @@ NS_ASSUME_NONNULL_BEGIN - (nullable OWSTableSection *)sectionForThread:(nullable TSThread *)thread { - OWSAssert(thread); - NSMutableArray *items = [NSMutableArray new]; [items addObject:[OWSTableItem itemWithTitle:@"Enable Manual Censorship Circumvention" actionBlock:^{