From eb47bb89737f57c463c52b0c3c780a5226487c6d Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 19 Jul 2022 11:02:08 +0100 Subject: [PATCH] remove debug log --- src/components/timeago/timeago.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/timeago/timeago.vue b/src/components/timeago/timeago.vue index 437ffb86..ddbce59b 100644 --- a/src/components/timeago/timeago.vue +++ b/src/components/timeago/timeago.vue @@ -40,7 +40,7 @@ export default { this.relativeTime = this.longFormat ? DateUtils.relativeTime(this.time, nowThreshold) : DateUtils.relativeTimeShort(this.time, nowThreshold) - console.log({ ...this.relativeTime }) + if (this.autoUpdate) { this.interval = setTimeout( this.refreshRelativeTimeObject,