Skip to content

Commit b4d0d44

Browse files
author
Joni Saarinen
committed
Remove console print.
1 parent cc01e72 commit b4d0d44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/sepa.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,13 @@
119119
+ remainder.slice(block.length);
120120
}
121121

122-
console.log(parseInt(remainder, 10) % 97);
123-
124122
if (parseInt(remainder, 10) % 97 === 1){
125123
return true;
126124
} else {
127125
return false;
128126
}
129127
};
128+
130129
var countryIBAN = function(sepa) {
131130
sepa = sepa.toUpperCase();
132131
sepa = sepa.replace(/\s+/g, '');

0 commit comments

Comments
 (0)