From f447c0f88f28dd392d306a826f622a1f7486c5cb 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: Mon, 9 Dec 2024 15:46:50 -0500 Subject: [PATCH] refactor(components): remove another bulky console.log --- components/story/view/storyInfo.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/story/view/storyInfo.vue b/components/story/view/storyInfo.vue index 1e05f82..e6d1f4f 100644 --- a/components/story/view/storyInfo.vue +++ b/components/story/view/storyInfo.vue @@ -4,7 +4,6 @@ import icon from "~/components/icon.vue"; const story = inject("story"); - console.log("storyyy--info", story); const dark = inject>("dark");