diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue index ef4d60c0..519d0f14 100644 --- a/client/pages/audiobook/_id/chapters.vue +++ b/client/pages/audiobook/_id/chapters.vue @@ -398,7 +398,6 @@ export default { title: chap.title } }) - console.log(`newChapters - ${JSON.stringify(this.newChapters)}`) this.showFindChaptersModal = false this.chapterData = null },