Removing debug log statements

This commit is contained in:
chamakura
2020-07-04 20:23:09 -07:00
parent 309a18e9c0
commit d021c9b4ae

View File

@@ -187,11 +187,6 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumNu
const pastLocal = pastMoment.subtract(past.getTimezoneOffset(), "minutes").toDate();
const futureLocal = futureMoment.subtract(future.getTimezoneOffset(), "minutes").toDate();
const dates = rule.between(pastLocal, futureLocal, true, limitFunction);
if (getTitleFromEvent(event).search("Manageando") > -1) {
console.log(startDate);
console.log(event);
console.log(rule);
}
// The "dates" array contains the set of dates within our desired date range range that are valid
// for the recurrence rule. *However*, it's possible for us to have a specific recurrence that