cleanup debug print
This commit is contained in:
parent
2cb547f307
commit
8b1e3f4d9f
@ -203,7 +203,7 @@ QList<DeviceClass> DevicePlugin::supportedDevices() const
|
||||
QJsonObject st = stateTypesJson.toObject();
|
||||
QStringList missingFields = verifyFields(QStringList() << "type" << "id" << "name", st);
|
||||
if (!missingFields.isEmpty()) {
|
||||
qWarning() << "Skipping device class" << deviceClass.name() << "because of missing" << missingFields.join(", ") << "in stateTypes" << stateTypesJson.toVariant();
|
||||
qWarning() << "Skipping device class" << deviceClass.name() << "because of missing" << missingFields.join(", ") << "in stateTypes";
|
||||
broken = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user