Skip to content

Commit bfd7c2e

Browse files
committed
remove useless code line
1 parent b2dce48 commit bfd7c2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ if (argRunner != 'undefined' && argRunner == 'generate') {
141141
eslintConfig = JSON.stringify(jsonConfig, null,2)
142142
}
143143

144-
console.log(eslintConfig);
145-
146144
fs.writeFile('.eslintrc.json', eslintConfig, function (err) { if (err) throw err; });
147145
}
148146
if (answers.mochaweQ == 'Yes') {

0 commit comments

Comments
 (0)