diff --git a/website/server/libs/worldState.js b/website/server/libs/worldState.js index f84c2704ce..2ae2dc3efc 100644 --- a/website/server/libs/worldState.js +++ b/website/server/libs/worldState.js @@ -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;