Skip to content

Commit 6f0b2ca

Browse files
committed
refactor(vite-intlayer): remove console log from IntlayerPrunePlugin for cleaner output
1 parent 37c570e commit 6f0b2ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/vite-intlayer/src/intlayerPrunePlugin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ export const IntlayerPrunePlugin = (): PluginOption => ({
6060
},
6161
});
6262

63-
console.log(result.code);
64-
6563
if (result?.code) {
6664
return {
6765
code: result.code,

0 commit comments

Comments
 (0)