mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 03:11:34 +00:00
remove console.log
This commit is contained in:
parent
a86f6d0b6d
commit
91181d7bf1
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue