Remove proxy line

This commit is contained in:
luiscuenca 2018-08-22 09:13:27 -07:00
parent 5f4903f884
commit 5a5aa2f5b9

View file

@ -2448,7 +2448,6 @@ void AvatarData::fromJson(const QJsonObject& json, bool useFrameSkeleton) {
if (attachmentJson.isObject()) {
QVariantMap entityData = attachmentJson.toObject().toVariantMap();
QUuid entityID = entityData.value("id").toUuid();
auto ds = QByteArray::fromBase64(entityData.value("properties").toString().toUtf8());
QByteArray properties = QByteArray::fromBase64(entityData.value("properties").toByteArray());
updateAvatarEntity(entityID, properties);
}