mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Lines that were commented out has been removed
This commit is contained in:
parent
720bc12c00
commit
839ca9ecfb
@ -376,7 +376,6 @@ const CalendarFetcher = function (url, reloadInterval, excludedEvents, maximumEn
|
|||||||
return a.startDate - b.startDate;
|
return a.startDate - b.startDate;
|
||||||
});
|
});
|
||||||
|
|
||||||
// events = newEvents.slice(0, maximumEntries);
|
|
||||||
events = newEvents;
|
events = newEvents;
|
||||||
|
|
||||||
self.broadcastEvents();
|
self.broadcastEvents();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user