From 193027135048aa6396e48f9c9a15c5b2489d5761 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 6 Apr 2022 16:05:40 -0400 Subject: [PATCH] Remove a diagnostic qDebug() statement. --- widgets/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 0db205a88..842312db5 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3389,7 +3389,6 @@ void MainWindow::decodeDone () m_latestDecodeTime = int(m_latestDecodeTime/m_TRperiod); m_latestDecodeTime = int(m_latestDecodeTime*m_TRperiod); } - qDebug() << "aa" << m_ihsym << m_latestDecodeTime << m_nDecodes; ARRL_Digi_Display(); // Update the ARRL_DIGI display } if(m_mode!="FT8" or dec_data.params.nzhsym==50) m_nDecodes=0;