Skip to content

Commit

Permalink
Remove console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Feb 24, 2018
1 parent 2eeff29 commit d3f431d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ const parseLine = (() => {
let cs; // Checksum
const words = stripComments(line).match(re) || [];

console.log(words);

for (let i = 0; i < words.length; ++i) {
const word = words[i];
const letter = word[0].toUpperCase();
Expand Down

0 comments on commit d3f431d

Please sign in to comment.