mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:28:13 +02:00
remove prints
This commit is contained in:
parent
3241c18271
commit
dea588ae4a
2 changed files with 0 additions and 2 deletions
|
@ -333,7 +333,6 @@ QUuid EntityScriptingInterface::cloneEntity(QUuid entityIDToClone) {
|
||||||
EntityItemID newEntityID;
|
EntityItemID newEntityID;
|
||||||
EntityItemProperties properties = getEntityProperties(entityIDToClone);
|
EntityItemProperties properties = getEntityProperties(entityIDToClone);
|
||||||
if (addLocalEntityCopy(properties, newEntityID)) {
|
if (addLocalEntityCopy(properties, newEntityID)) {
|
||||||
qCDebug(entities) << "DBACK POOPY cloneEntity addLocalEntityCopy" << newEntityID;
|
|
||||||
getEntityPacketSender()->queueCloneEntityMessage(entityIDToClone, newEntityID);
|
getEntityPacketSender()->queueCloneEntityMessage(entityIDToClone, newEntityID);
|
||||||
return newEntityID;
|
return newEntityID;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1659,7 +1659,6 @@ int EntityTree::processEditPacketData(ReceivedMessage& message, const unsigned c
|
||||||
if (isClone) {
|
if (isClone) {
|
||||||
entityToClone->addCloneID(newEntity->getEntityItemID());
|
entityToClone->addCloneID(newEntity->getEntityItemID());
|
||||||
newEntity->setCloneParent(entityIDToClone);
|
newEntity->setCloneParent(entityIDToClone);
|
||||||
qCDebug(entities) << "DBACK POOPY addedEntity clone " << newEntity->getEntityItemID();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
startLogging = usecTimestampNow();
|
startLogging = usecTimestampNow();
|
||||||
|
|
Loading…
Reference in a new issue