1
0
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:
ephy 2010-03-21 17:01:40 +00:00 committed by ephy
parent 29fef56372
commit 5d3996b953

View File

@ -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;