mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-07 12:29:36 +00:00
Remove stray console log
This commit is contained in:
parent
a7534af258
commit
aea4df1ab9
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue