Skip to content

Commit 653f265

Browse files
authored
fix: remove console.log (vuejs#154)
1 parent 904fa48 commit 653f265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/renderEslint.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default function renderEslint(
5858
// write to .eslintrc.cjs, .prettierrc.json, etc.
5959
for (const [fileName, content] of Object.entries(files)) {
6060
const fullPath = path.resolve(rootDir, fileName)
61-
console.log(fullPath, content)
6261
fs.writeFileSync(fullPath, content as string, 'utf-8')
6362
}
6463
}

0 commit comments

Comments
 (0)