Remove debugging output

This commit is contained in:
Francis Lachapelle
2017-01-29 18:07:59 -05:00
parent a7740dc5ed
commit 4a3f17506c
@@ -71,7 +71,7 @@
iCalByDayMask *dayMask;
BOOL hasRepeatCount;
[self logWithFormat: @"Weekly %@", rrule];
// [self logWithFormat: @"Weekly %@", rrule];
firStart = [firstRange startDate];
startDate = [_r startDate];
@@ -187,7 +187,7 @@
if ([_r doesIntersectWithDateRange: r])
{
[ranges addObject: r];
[self logWithFormat: @"Add range %@ - %@", [r startDate], [r endDate]];
// [self logWithFormat: @"Add range %@ - %@", [r startDate], [r endDate]];
}
}
}