Commit 38627f33 authored by Don Gagne's avatar Don Gagne

Remove incorrect warning

parent 50b4f684
......@@ -903,8 +903,6 @@ void ParameterLoader::_addMetaDataToDefaultComponent(void)
}
if (_parameterMetaData) {
// This should only be called once
qWarning() << "Internal Error: ParameterLoader::_addMetaDataToAll with _parameterMetaData non NULL";
return;
}
......
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