Skip to content

Commit

Permalink
fix: tirando console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusmanno committed Jan 27, 2020
1 parent 125f636 commit ce83e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boleto-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ exports.calculaMod11 = (numero) => {
}

soma *= 10;
console.log(soma);

resto = soma % 11;
let digito = resto;
Expand Down

0 comments on commit ce83e92

Please sign in to comment.