remove unused console.log

This commit is contained in:
jmt-gh 2022-06-11 11:07:49 -07:00
parent b90934a72a
commit effc63755b

View File

@ -398,7 +398,6 @@ export default {
title: chap.title
}
})
console.log(`newChapters - ${JSON.stringify(this.newChapters)}`)
this.showFindChaptersModal = false
this.chapterData = null
},