From 26dfbda2c71ad8a18478be5585363eb5418019c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sun, 8 Dec 2024 23:24:19 -0500 Subject: [PATCH] refactor(pages): remove bulky console.log from story page --- pages/story/[id]/[cidx]/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/story/[id]/[cidx]/index.vue b/pages/story/[id]/[cidx]/index.vue index c8be721..f010986 100644 --- a/pages/story/[id]/[cidx]/index.vue +++ b/pages/story/[id]/[cidx]/index.vue @@ -16,7 +16,6 @@ const rtr = useRoute(); const { data: story, error } = await useApiFetch(`/story/${rtr.params.id}/${rtr.params.cidx}`); provide("story", story.value); - console.log("storyyy", story.value?.currentChapter); console.log(rtr); let dark = inject("dark"); const and = computed(() => {