mirror of https://github.com/evilhero/mylar
Removed debug message
This commit is contained in:
parent
d884220fb6
commit
0b394a7ba9
|
@ -72,7 +72,6 @@ function bin ( data ) {
|
||||||
letter = data[i].charAt(13).toUpperCase();
|
letter = data[i].charAt(13).toUpperCase();
|
||||||
if ( !letter.match(/^[A-Z]/) ) {
|
if ( !letter.match(/^[A-Z]/) ) {
|
||||||
bins['nonalpha']++;
|
bins['nonalpha']++;
|
||||||
alert("letter matched nonalpha! bincnt now " + bins['nonalpha']);
|
|
||||||
}
|
}
|
||||||
else if ( bins[letter] ) {
|
else if ( bins[letter] ) {
|
||||||
bins[letter]++;
|
bins[letter]++;
|
||||||
|
|
Loading…
Reference in New Issue