Skip to content

Commit 1084395

Browse files
committed
remove console.log
1 parent 51f0a9e commit 1084395

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

layouts/default.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<template>
2-
32
<Head>
43
<Meta charset="UTF-8" />
54
<Meta name="viewport" content="width=device-width, initial-scale=1.0" />

pages/stories/[id].vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@
2929
const route = useRoute()
3030
const storyID = route.params.id
3131
const story = await useGetStory(storyID)
32-
console.log(story)
3332
</script>

0 commit comments

Comments
 (0)