Skip to content

Commit 5fcd97e

Browse files
committed
Minor code cleanup
1 parent 4d213bf commit 5fcd97e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/svg-icons/index-generator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,4 @@ rrs('./').forEach(function(file) {
3535

3636
outArray.push('\n};')
3737

38-
// console.log(outArray.join(''));
39-
4038
fs.writeFileSync('index.js', outArray.join(''));

0 commit comments

Comments
 (0)