remove console.log

This commit is contained in:
Vito0912 2025-01-02 14:45:48 +01:00
parent a86f6d0b6d
commit 91181d7bf1
No known key found for this signature in database
GPG Key ID: 29A3D509FE70B237

View File

@ -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++
}