mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
GCS/coreplugin: Remove qDebug() line in uavgadgetmanager.cpp
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@361 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
29fef56372
commit
5d3996b953
@ -445,7 +445,6 @@ bool UAVGadgetManager::restoreState(const QByteArray &state)
|
||||
removeAllSplits();
|
||||
emptyView(m_d->m_splitterOrView->view());
|
||||
QDataStream stream(state);
|
||||
qDebug() << Q_FUNC_INFO;
|
||||
|
||||
QByteArray version;
|
||||
stream >> version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user