mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-09-06 17:51:08 +02:00
Remove stray console log
This commit is contained in:
parent
a7534af258
commit
aea4df1ab9
@ -403,7 +403,6 @@ export default {
|
|||||||
},
|
},
|
||||||
userProgressFinishedDate() {
|
userProgressFinishedDate() {
|
||||||
if (!this.userProgress) return null
|
if (!this.userProgress) return null
|
||||||
console.log(this.userProgress)
|
|
||||||
return this.userProgress.finishedAt
|
return this.userProgress.finishedAt
|
||||||
},
|
},
|
||||||
itemIsFinished() {
|
itemIsFinished() {
|
||||||
|
Loading…
Reference in New Issue
Block a user