fix: remove useless logger

This commit is contained in:
lowlighter
2022-01-27 21:05:39 -05:00
parent 55a11930af
commit 841069ecd3
5 changed files with 3 additions and 6 deletions

View File

@@ -116,7 +116,6 @@
return this.metrics?.rendered.plugins.followup ?? null
},
habits() {
console.log(this.metrics?.rendered.plugins.habits.commits.hours)
return this.metrics?.rendered.plugins.habits.commits.hours ?? null
},
isocalendar() {