From b38cec24eac5ec1382d04640d9cee40c3ca9d45b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 18 May 2014 15:14:00 +0200 Subject: [PATCH] Toolbar: Removed debug output --- src/ui/QGCToolBar.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/QGCToolBar.cc b/src/ui/QGCToolBar.cc index 8bda720b1..8ebf8c8ed 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")); -- 2.22.0