Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Jan 9, 2019
1 parent 8cb897c commit 268757d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hyphenopoly.js
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@
);
/* eslint-enable no-bitwise */
return function enclHyphenate(word, hyphenchar, leftmin, rightmin) {
console.log(word);
let i = 0;
const wordLength = word.length;
if (wordLength > 61) {
Expand Down

0 comments on commit 268757d

Please sign in to comment.