Turn off a qDebug().

This commit is contained in:
Joe Taylor 2018-10-02 12:57:40 -04:00
parent 8d8811c6e1
commit 58cbf3abbd

View File

@ -3755,7 +3755,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();