refactor(components): remove another bulky console.log

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-12-09 15:46:50 -05:00
parent 4b6771c0dd
commit f447c0f88f
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -4,7 +4,6 @@
import icon from "~/components/icon.vue";
const story = inject<SingleChapterResult | null>("story");
console.log("storyyy--info", story);
const dark = inject<Ref<boolean>>("dark");
</script>
<template>