Remove debugging output

This commit is contained in:
Francis Lachapelle
2017-01-29 18:02:44 -05:00
parent b25480f228
commit bc8146ef5d
@@ -186,7 +186,7 @@
if ([_r doesIntersectWithDateRange: r])
{
[ranges addObject: r];
[self logWithFormat: @"Add range %@ - %@", [r startDate], [r endDate]];
// [self logWithFormat: @"Add range %@ - %@", [r startDate], [r endDate]];
}
}
}