mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-23 13:49:57 +02:00
remove console.log
This commit is contained in:
parent
a86f6d0b6d
commit
91181d7bf1
@ -203,7 +203,6 @@ export default {
|
||||
for (let i = 0; i < wholeYearDays; i++) {
|
||||
const date = i === 0 ? wholeYear : this.$addDaysToDate(wholeYear, i)
|
||||
const dateString = this.$formatJsDate(date, 'yyyy-MM-dd')
|
||||
console.log(dateString)
|
||||
if ((this.daysListening[dateString] || 0) > 0) {
|
||||
this.daysListenedInTheLastYear++
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user