mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-08 20:39:36 -04:00
Turn off a qDebug().
This commit is contained in:
parent
8d8811c6e1
commit
58cbf3abbd
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user