mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 10:34:56 +02:00
remove debug of entity json document
This commit is contained in:
parent
f0ba61ff05
commit
cd05d9335a
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue