1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-03-09 13:24:53 +00:00

Removed debug message

This commit is contained in:
barbequesauce 2018-08-22 17:26:14 -04:00 committed by evilhero
parent d884220fb6
commit 0b394a7ba9

View file

@ -72,7 +72,6 @@ function bin ( data ) {
letter = data[i].charAt(13).toUpperCase();
if ( !letter.match(/^[A-Z]/) ) {
bins['nonalpha']++;
alert("letter matched nonalpha! bincnt now " + bins['nonalpha']);
}
else if ( bins[letter] ) {
bins[letter]++;