Merge PR #1060: Remove debug print leftover
This commit is contained in:
commit
945a29b7f1
@ -870,7 +870,6 @@ StateType *ThingManager::unpackStateType(const QVariantMap &stateTypeMap, QObjec
|
|||||||
Types::IOType ioType = static_cast<Types::IOType>(metaEnum.keyToValue(stateTypeMap.value("ioType").toByteArray()));
|
Types::IOType ioType = static_cast<Types::IOType>(metaEnum.keyToValue(stateTypeMap.value("ioType").toByteArray()));
|
||||||
stateType->setIOType(ioType);
|
stateType->setIOType(ioType);
|
||||||
|
|
||||||
qCritical() << "*** possible vals" << stateType->name() << possibleValuesDisplayNames << stateTypeMap.value("possibleValuesDisplayNames").toList();
|
|
||||||
return stateType;
|
return stateType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user