Commit b38cec24 authored by Lorenz Meier's avatar Lorenz Meier

Toolbar: Removed debug output

parent a8a3316c
......@@ -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"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment