mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
GCS/coreplugin: Remove qDebug() line in modemanager.cpp
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@363 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
284d4feed2
commit
1b0358cab3
@ -103,7 +103,7 @@ int ModeManager::indexOf(const QString &id) const
|
||||
if (m_modes.at(i)->uniqueModeName() == id)
|
||||
return i;
|
||||
}
|
||||
qDebug() << "Warning, no such mode:" << id;
|
||||
// qDebug() << "Warning, no such mode:" << id;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user