Preen old scheduling code

This commit is contained in:
Phillip Thelen
2024-02-21 16:40:28 +01:00
committed by Sabe Jones
parent 6e96085f99
commit 041edb3042
12 changed files with 30 additions and 1083 deletions

View File

@@ -790,7 +790,6 @@ export function getScheduleMatchingGroup (type, date) {
cacheDate = null;
cachedScheduleMatchers = null;
}
console.log('Loading content for', type, 'on', checkedDate, 'with cached date', cacheDate, 'and cached schedule');
if (!cachedScheduleMatchers) {
cacheDate = new Date();
const scheduleMatchers = {};