Turn off a qDebug().

This commit is contained in:
Joe Taylor 2018-10-02 12:57:40 -04:00 committed by Bill Somerville
parent f2325cdc75
commit c392a26b70
1 changed files with 1 additions and 1 deletions

View File

@ -3736,7 +3736,7 @@ void MainWindow::guiUpdate()
//Once per second:
if(nsec != m_sec0) {
qDebug() << "OneSec:" << m_nContest;
// qDebug() << "OneSec:" << m_nContest;
if(m_freqNominal!=0 and m_freqNominal<50000000 and m_config.enable_VHF_features()) {
if(!m_bVHFwarned) vhfWarning();