mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-09-01 13:51:27 +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++) {
|
for (let i = 0; i < wholeYearDays; i++) {
|
||||||
const date = i === 0 ? wholeYear : this.$addDaysToDate(wholeYear, i)
|
const date = i === 0 ? wholeYear : this.$addDaysToDate(wholeYear, i)
|
||||||
const dateString = this.$formatJsDate(date, 'yyyy-MM-dd')
|
const dateString = this.$formatJsDate(date, 'yyyy-MM-dd')
|
||||||
console.log(dateString)
|
|
||||||
if ((this.daysListening[dateString] || 0) > 0) {
|
if ((this.daysListening[dateString] || 0) > 0) {
|
||||||
this.daysListenedInTheLastYear++
|
this.daysListenedInTheLastYear++
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user