From 56c1aacbc2ca8d959eb9a7697cd6cfcbcaf9ebde Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 9 Apr 2019 22:03:59 -0400 Subject: [PATCH] Remove a diagnostic qDebug(). --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index a9c45e1b5..e9c0fa031 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -8699,7 +8699,7 @@ void MainWindow::on_pbBestSP_clicked() { m_bBestSPArmed = !m_bBestSPArmed; // ui->pbBestSP->setChecked(m_bBestSPArmed); - qDebug() << "aa" << m_bBestSPArmed; +// qDebug() << "aa" << m_bBestSPArmed; if(m_bBestSPArmed and !m_transmitting) ui->pbBestSP->setStyleSheet ("QPushButton{color:red}"); if(!m_bBestSPArmed) ui->pbBestSP->setStyleSheet (""); }