mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Preen old scheduling code
This commit is contained in:
committed by
Sabe Jones
parent
6e96085f99
commit
041edb3042
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user