Fix date comparators.

pull/1/head
Matthew Chen 7 years ago
parent 3b5ee662d6
commit e7855c16a9

@ -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],

Loading…
Cancel
Save