Remove stray console log

This commit is contained in:
advplyr 2025-08-24 16:20:20 -05:00
parent a7534af258
commit aea4df1ab9

View File

@ -403,7 +403,6 @@ export default {
},
userProgressFinishedDate() {
if (!this.userProgress) return null
console.log(this.userProgress)
return this.userProgress.finishedAt
},
itemIsFinished() {