Skip to content

Commit dee4f82

Browse files
authored
chore: remove log (#166)
1 parent bb8c343 commit dee4f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/hydration.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const InjectHydrationPlugin = createUnplugin(() => {
2424
code: /defineNuxtComponent|defineComponent/,
2525
},
2626
async handler(code, id) {
27-
console.log(id)
2827
const m = new MagicString(code)
2928
const { program } = parseSync(id, code)
3029
const imports = program.body.filter(node => node.type === 'ImportDeclaration')

0 commit comments

Comments
 (0)