Removed debug statement
This commit is contained in:
parent
7d0158782c
commit
37d493f852
@ -10290,8 +10290,6 @@ void MainWindow::updateTxButtonDisplay(){
|
|||||||
// can we transmit at all?
|
// can we transmit at all?
|
||||||
bool canTransmit = ensureCanTransmit();
|
bool canTransmit = ensureCanTransmit();
|
||||||
|
|
||||||
qDebug() << "can transmit?" << canTransmit << m_tune << isMessageQueuedForTransmit();
|
|
||||||
|
|
||||||
// if we're tuning or have a message queued
|
// if we're tuning or have a message queued
|
||||||
if(m_tune || isMessageQueuedForTransmit()){
|
if(m_tune || isMessageQueuedForTransmit()){
|
||||||
int count = m_txFrameCount;
|
int count = m_txFrameCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user