Skip to content

Commit 2e76936

Browse files
authored
Merge pull request #9 from hadiindrawan/dev
remove useless code line
2 parents dcf04da + bfd7c2e commit 2e76936

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)