Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #164 from ilijapuaca/master
Browse files Browse the repository at this point in the history
Removed a leftover debug NSLog
  • Loading branch information
ArtSabintsev authored Apr 26, 2017
2 parents 424278e + 1675e0f commit 44eafbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Harpy/Harpy.m
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ - (NSInteger)daysSinceDate:(NSDate *)date {
- (NSInteger)daysSinceDateString:(NSString *)dateString {
NSDateFormatter *dateFormatter = [NSDateFormatter new];
dateFormatter.dateFormat = @"yyyy-MM-dd'T'HH:mm:ss'Z'";
NSLog(@"%@", dateString);
NSDate *releaseDate = [dateFormatter dateFromString:dateString];
return [self daysSinceDate:releaseDate];
}
Expand Down

0 comments on commit 44eafbd

Please sign in to comment.