Remove a diagnostic print.

This commit is contained in:
Joe Taylor 2022-03-19 16:54:09 -04:00
parent 304a04328a
commit 6ca1b14477

View File

@ -3257,7 +3257,6 @@ void MainWindow::decode() //decode()
decodeBusy(true);
}
}
qDebug() << "aa" << m_ihsym;
if((m_mode=="FT4" or (m_mode=="FT8" and m_ihsym==41) or m_diskData) and
m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase();
}