remove debug of entity json document

This commit is contained in:
Stephen Birarda 2018-08-20 13:29:06 -07:00
parent f0ba61ff05
commit cd05d9335a

View file

@ -1876,8 +1876,6 @@ qint64 AvatarData::packTraitInstance(AvatarTraits::TraitType traitType, AvatarTr
if (!entityBinaryData.isNull()) {
AvatarTraits::TraitWireSize entityBinarySize = entityBinaryData.size();
qDebug() << QJsonDocument::fromBinaryData(entityBinaryData).toJson();
bytesWritten += destination.writePrimitive(entityBinarySize);
bytesWritten += destination.write(entityBinaryData);
} else {