Remove debug print leftover

This commit is contained in:
Michael Zanetti 2023-09-07 15:31:42 +02:00
parent 1834518422
commit cbba68ace3

View File

@ -870,7 +870,6 @@ StateType *ThingManager::unpackStateType(const QVariantMap &stateTypeMap, QObjec
Types::IOType ioType = static_cast<Types::IOType>(metaEnum.keyToValue(stateTypeMap.value("ioType").toByteArray()));
stateType->setIOType(ioType);
qCritical() << "*** possible vals" << stateType->name() << possibleValuesDisplayNames << stateTypeMap.value("possibleValuesDisplayNames").toList();
return stateType;
}