From effc63755b5191dd6a8f7dd3151648f928fb6b13 Mon Sep 17 00:00:00 2001 From: jmt-gh Date: Sat, 11 Jun 2022 11:07:49 -0700 Subject: [PATCH] remove unused console.log --- client/pages/audiobook/_id/chapters.vue | 1 - 1 file changed, 1 deletion(-) 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 },