Removed debug message

This commit is contained in:
barbequesauce 2018-08-22 17:26:14 -04:00 committed by evilhero
parent d884220fb6
commit 0b394a7ba9
1 changed files with 0 additions and 1 deletions

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]++;