mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
remove log
This commit is contained in:
parent
cd33a539cf
commit
c64a6eb66e
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue