diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 1a7688850..232cd8fec 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3257,7 +3257,6 @@ void MainWindow::decode() //decode() decodeBusy(true); } } - qDebug() << "aa" << m_ihsym; if((m_mode=="FT4" or (m_mode=="FT8" and m_ihsym==41) or m_diskData) and m_ActiveStationsWidget != NULL) m_ActiveStationsWidget->erase(); }