Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shaurya947 committed Oct 21, 2015
1 parent 4d213bf commit 5fcd97e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/svg-icons/index-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ rrs('./').forEach(function(file) {

outArray.push('\n};')

// console.log(outArray.join(''));

fs.writeFileSync('index.js', outArray.join(''));

0 comments on commit 5fcd97e

Please sign in to comment.