Remove debugging. Fixes: #146

This commit is contained in:
Michael Teeuw 2016-04-07 09:22:54 +02:00
parent 78346cda46
commit cfd6cdc50f

View File

@ -80,7 +80,7 @@ var CalendarFetcher = function(url, reloadInterval, maximumEntries, maximumNumbe
} }
var dates = rule.between(today, today.add(maximumNumberOfDays, "days") , true, limitFunction); var dates = rule.between(today, today.add(maximumNumberOfDays, "days") , true, limitFunction);
console.log(dates); //console.log(dates);
for (var d in dates) { for (var d in dates) {
startDate = moment(new Date(dates[d])); startDate = moment(new Date(dates[d]));
newEvents.push({ newEvents.push({