From 9053d038ac710813c09694fcbe6770e7b628d1d4 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Thu, 26 Oct 2017 17:36:40 -0400 Subject: [PATCH] Remove extra logging. // FREEBIE --- .../ConversationCollectionView.m | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Signal/src/ViewControllers/ConversationView/ConversationCollectionView.m b/Signal/src/ViewControllers/ConversationView/ConversationCollectionView.m index dd73aa288..b3c3bc5de 100644 --- a/Signal/src/ViewControllers/ConversationView/ConversationCollectionView.m +++ b/Signal/src/ViewControllers/ConversationView/ConversationCollectionView.m @@ -81,24 +81,6 @@ NS_ASSUME_NONNULL_BEGIN [super setContentOffset:contentOffset]; } -- (void)reloadData -{ - DDLogVerbose(@"%@ reloadData", self.logTag); - [super reloadData]; -} - -- (void)reloadSections:(NSIndexSet *)sections -{ - DDLogVerbose(@"%@ reloadSections", self.logTag); - [super reloadSections:sections]; -} - -- (void)reloadItemsAtIndexPaths:(NSArray *)indexPaths -{ - DDLogVerbose(@"%@ reloadItemsAtIndexPaths", self.logTag); - [super reloadItemsAtIndexPaths:indexPaths]; -} - #pragma mark - Logging + (NSString *)logTag