Skip to content

Commit 1ca4552

Browse files
committed
chore: remove console.log.
1 parent 502d326 commit 1ca4552

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vite.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default function i18n(langPath: string = 'lang'): Plugin {
1212
let exitHandlersBound: boolean = false
1313

1414
const clean = () => {
15-
console.log('clean')
1615
files.forEach((file) => unlinkSync(langPath + file.name))
1716

1817
files = []

0 commit comments

Comments
 (0)