Skip to content

Commit

Permalink
fix(unplugin-vue-i18n): remove console log (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Mar 8, 2023
1 parent c394d73 commit 3147b3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/unplugin-vue-i18n/src/index.ts
Expand Up @@ -309,7 +309,6 @@ export const unplugin = createUnplugin<PluginOptions>((options = {}, meta) => {
bridge ? createBridgeCodeGenerator(_code, query) : undefined
)
debug('generated code', generatedCode)
console.log('generated code', generatedCode)
debug('sourcemap', map, sourceMap)

if (_code === generatedCode) return
Expand Down

0 comments on commit 3147b3d

Please sign in to comment.