Minor fixes

This commit is contained in:
Gregory John Casamento 2019-10-24 19:38:19 -04:00
parent 058762c8c5
commit a251bbbb58
2 changed files with 4 additions and 5 deletions

View file

@ -103,7 +103,6 @@
- (NSString *) stringFromDateInterval: (NSDateInterval *)dateInterval
{
NSString *result = nil;
NSDate *fromDate = [dateInterval startDate];
NSDate *toDate = [dateInterval endDate];