Removed debug statement

This commit is contained in:
Jordan Sherer 2020-04-15 15:33:30 -04:00
parent 7d0158782c
commit 37d493f852

View File

@ -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;