Merge PR #1060: Remove debug print leftover

pull/1062/head
jenkins 2023-09-07 15:42:56 +02:00
commit 945a29b7f1
1 changed files with 0 additions and 1 deletions

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