From ed464150e8c26abc8aacd4196899bbfc2469eeb6 Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 16 Nov 2021 09:48:16 +0100 Subject: [PATCH] Fix date; remove log; --- js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 76c7b8c..1b85cee 100644 --- a/js/app.js +++ b/js/app.js @@ -62,7 +62,7 @@ const TimeTrack = { this.fetchThemes(); moment.locale('de'); - this.customDateForPastDays = moment().format("MMM Do YY"); + this.customDateForPastDays = moment(); setInterval(() => { vue.$forceUpdate(); @@ -522,7 +522,6 @@ const TimeTrack = { }); }); - console.log(collection); return collection; }, getCollectionItemWithValue(collection, property, value) {