From 6326f72c684b7fb5aa2c5070837414059959b4a5 Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 21 Sep 2021 09:48:05 +0200 Subject: [PATCH] remove consolelogs --- js/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/app.js b/js/app.js index a14a521..23fca2d 100644 --- a/js/app.js +++ b/js/app.js @@ -171,7 +171,7 @@ const TimeTrack = { this.updateStorage(); }, stopTracking(ticket) { - console.log(ticket); + // console.log(ticket); ticket.trackingStopped = moment(); ticket.tracking = false; @@ -186,7 +186,7 @@ const TimeTrack = { manually: false, minutes: Math.round(minutesSpent) }; - console.log(historyEntry); + // console.log(historyEntry); if (this.experimental.trackWorktime) { if (ticket.paused) { @@ -478,7 +478,6 @@ const TimeTrack = { this.portals = JSON.parse(this.importStringForPortals); this.importStringForPortals = ''; - console.log(vue.portals.length); iziToast.show({ message: 'Portalnamen importiert',