refactor(pages): remove bulky console.log from story page

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-12-08 23:24:19 -05:00
parent e6ba48dc2f
commit 26dfbda2c7
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -16,7 +16,6 @@
const rtr = useRoute();
const { data: story, error } = await useApiFetch<SingleChapterResult>(`/story/${rtr.params.id}/${rtr.params.cidx}`);
provide<SingleChapterResult | null>("story", story.value);
console.log("storyyy", story.value?.currentChapter);
console.log(rtr);
let dark = inject<boolean>("dark");
const and = computed(() => {