From 37d493f852688ed28670a6ddc899e22c55c5aea8 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 15 Apr 2020 15:33:30 -0400 Subject: [PATCH] Removed debug statement --- mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index db41699..d536212 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -10290,8 +10290,6 @@ void MainWindow::updateTxButtonDisplay(){ // can we transmit at all? bool canTransmit = ensureCanTransmit(); - qDebug() << "can transmit?" << canTransmit << m_tune << isMessageQueuedForTransmit(); - // if we're tuning or have a message queued if(m_tune || isMessageQueuedForTransmit()){ int count = m_txFrameCount;