mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
remove incorrect check
This commit is contained in:
parent
115f850cd1
commit
0eaf3360d8
@ -10151,10 +10151,7 @@ list1Done:
|
||||
if(list2.size()==m_Nslots) {
|
||||
break;
|
||||
}
|
||||
|
||||
if(m_foxQSO.count()>=5*3 /* could have 5 slots * 3 states ([0-2],4,5) */) {
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
list2Done:
|
||||
|
Loading…
Reference in New Issue
Block a user