From e7855c16a98fa3c5c8aee746b198e9b180993c97 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 17 Apr 2018 10:32:11 -0400 Subject: [PATCH] Fix date comparators. --- Signal/src/ViewControllers/HomeView/HomeViewCell.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/src/ViewControllers/HomeView/HomeViewCell.m b/Signal/src/ViewControllers/HomeView/HomeViewCell.m index 568eeac44..4109d65eb 100644 --- a/Signal/src/ViewControllers/HomeView/HomeViewCell.m +++ b/Signal/src/ViewControllers/HomeView/HomeViewCell.m @@ -302,8 +302,6 @@ NS_ASSUME_NONNULL_BEGIN dateTimeString = [[DateUtil timeFormatter] stringFromDate:date]; } - DDLogInfo(@"%@ dateTimeString: %@", self.logTag, dateTimeString); - return [[NSAttributedString alloc] initWithString:dateTimeString.uppercaseString attributes:@{ NSForegroundColorAttributeName : [UIColor blackColor],