mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
remove log
This commit is contained in:
@@ -31,7 +31,6 @@ export function getCurrentEvent () {
|
|||||||
|
|
||||||
export function getCurrentEventList () {
|
export function getCurrentEventList () {
|
||||||
const now = moment();
|
const now = moment();
|
||||||
console.log(common.content.getRepeatingEventsOnDate);
|
|
||||||
const currentEvents = common.content.getRepeatingEventsOnDate(now);
|
const currentEvents = common.content.getRepeatingEventsOnDate(now);
|
||||||
currentEvents.push(common.schedule.getCurrentGalaEvent());
|
currentEvents.push(common.schedule.getCurrentGalaEvent());
|
||||||
return currentEvents;
|
return currentEvents;
|
||||||
|
|||||||
Reference in New Issue
Block a user