remove log

This commit is contained in:
Phillip Thelen
2024-05-10 13:11:05 +02:00
parent cd33a539cf
commit c64a6eb66e

View File

@@ -31,7 +31,6 @@ export function getCurrentEvent () {
export function getCurrentEventList () {
const now = moment();
console.log(common.content.getRepeatingEventsOnDate);
const currentEvents = common.content.getRepeatingEventsOnDate(now);
currentEvents.push(common.schedule.getCurrentGalaEvent());
return currentEvents;