Skip to content

Commit d3f431d

Browse files
committed
Remove console.log statements
1 parent 2eeff29 commit d3f431d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ const parseLine = (() => {
9393
let cs; // Checksum
9494
const words = stripComments(line).match(re) || [];
9595

96-
console.log(words);
97-
9896
for (let i = 0; i < words.length; ++i) {
9997
const word = words[i];
10098
const letter = word[0].toUpperCase();

0 commit comments

Comments
 (0)