Commit 077a4018 authored by DonLakeFlyer's avatar DonLakeFlyer

Remove CompInfo Param query

parent 09c26a30
...@@ -17,7 +17,7 @@ QGC_LOGGING_CATEGORY(ComponentInformationManagerLog, "ComponentInformationManage ...@@ -17,7 +17,7 @@ QGC_LOGGING_CATEGORY(ComponentInformationManagerLog, "ComponentInformationManage
ComponentInformationManager::StateFn ComponentInformationManager::_rgStates[]= { ComponentInformationManager::StateFn ComponentInformationManager::_rgStates[]= {
ComponentInformationManager::_stateRequestCompInfoVersion, ComponentInformationManager::_stateRequestCompInfoVersion,
ComponentInformationManager::_stateRequestCompInfoParam, //ComponentInformationManager::_stateRequestCompInfoParam,
ComponentInformationManager::_stateRequestAllCompInfoComplete ComponentInformationManager::_stateRequestAllCompInfoComplete
}; };
...@@ -173,7 +173,7 @@ void RequestMetaDataTypeStateMachine::_stateRequestCompInfo(StateMachine* stateM ...@@ -173,7 +173,7 @@ void RequestMetaDataTypeStateMachine::_stateRequestCompInfo(StateMachine* stateM
void RequestMetaDataTypeStateMachine::_downloadComplete(const QString& file, const QString& errorMsg) void RequestMetaDataTypeStateMachine::_downloadComplete(const QString& file, const QString& errorMsg)
{ {
qDebug() << "RequestMetaDataTypeStateMachine::_downloadComplete" << file << errorMsg; qCDebug(ComponentInformationManagerLog) << "RequestMetaDataTypeStateMachine::_downloadComplete" << file << errorMsg;
advance(); advance();
} }
......
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