Revert "Prevent the display of lines with negative age values."

This reverts commit 2d906247d7.
This commit is contained in:
Uwe Risse 2022-04-06 10:08:30 +02:00
parent 2d906247d7
commit cb03c837d0
1 changed files with 1 additions and 1 deletions

View File

@ -3474,7 +3474,7 @@ void MainWindow::ARRL_Digi_Display()
if(icall.value().txEven) itx=0;
int snr=icall.value().snr;
int freq=icall.value().audioFreq;
if(age>maxAge or age<0) {
if(age>maxAge) {
icall.remove();
} else {
bool bReady=false;