Skip to content

Commit 8124027

Browse files
authored
Remove console log (#3452)
1 parent 107dda9 commit 8124027

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default defineConfig(({ command, mode }): UserConfig => {
3636
output: {
3737
manualChunks: (id) => {
3838
// Split translations into individual chunks
39-
console.log("hmm", extname(id));
4039
if (extname(id) === ".po") {
4140
return basename(id);
4241
}

0 commit comments

Comments
 (0)