diff --git a/src/ui/QGCToolBar.cc b/src/ui/QGCToolBar.cc index 8bda720b1abb8d7567a953e13404ef54250ae61d..8ebf8c8ed58f089f081d173e5dfd361643ed8f5a 100644 --- a/src/ui/QGCToolBar.cc +++ b/src/ui/QGCToolBar.cc @@ -202,7 +202,6 @@ void QGCToolBar::createUI() // Configure the toolbar for the current default UAS setActiveUAS(UASManager::instance()->getActiveUAS()); connect(UASManager::instance(), SIGNAL(activeUASSet(UASInterface*)), this, SLOT(setActiveUAS(UASInterface*))); - qDebug() << "LINK COUNT" << LinkManager::instance()->getLinks().count(); // Update label if required if (LinkManager::instance()->getSerialLinks().count() < 1) { connectButton->setText(tr("New Serial Link"));