Remove debugging output

pull/278/head
Francis Lachapelle 2017-01-29 18:07:59 -05:00
parent a7740dc5ed
commit 4a3f17506c
1 changed files with 2 additions and 2 deletions

View File

@ -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]];
}
}
}