mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Remove a diagnostic print.
This commit is contained in:
parent
304a04328a
commit
6ca1b14477
@ -3257,7 +3257,6 @@ void MainWindow::decode() //decode()
|
|||||||
decodeBusy(true);
|
decodeBusy(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
qDebug() << "aa" << m_ihsym;
|
|
||||||
if((m_mode=="FT4" or (m_mode=="FT8" and m_ihsym==41) or m_diskData) and
|
if((m_mode=="FT4" or (m_mode=="FT8" and m_ihsym==41) or m_diskData) and
|
||||||
m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase();
|
m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user