Skip to content

Commit

Permalink
chore: remove console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiCO2k committed Jun 28, 2023
1 parent 502d326 commit 1ca4552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default function i18n(langPath: string = 'lang'): Plugin {
let exitHandlersBound: boolean = false

const clean = () => {
console.log('clean')
files.forEach((file) => unlinkSync(langPath + file.name))

files = []
Expand Down

0 comments on commit 1ca4552

Please sign in to comment.