1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-08-05 10:51:51 -04:00

remove debug log

This commit is contained in:
FloatingGhost 2022-07-19 11:02:08 +01:00
parent a32cd0a98c
commit eb47bb8973

@ -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,