mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
remove log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user