Remove a diagnostic qDebug() statement.

This commit is contained in:
Joe Taylor 2022-04-06 16:05:40 -04:00
parent a78f5d06c4
commit 1930271350
1 changed files with 0 additions and 1 deletions

View File

@ -3389,7 +3389,6 @@ void MainWindow::decodeDone ()
m_latestDecodeTime = int(m_latestDecodeTime/m_TRperiod);
m_latestDecodeTime = int(m_latestDecodeTime*m_TRperiod);
}
qDebug() << "aa" << m_ihsym << m_latestDecodeTime << m_nDecodes;
ARRL_Digi_Display(); // Update the ARRL_DIGI display
}
if(m_mode!="FT8" or dec_data.params.nzhsym==50) m_nDecodes=0;