mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 22:43:50 +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;
|
||||
EntityItemProperties properties = getEntityProperties(entityIDToClone);
|
||||
if (addLocalEntityCopy(properties, newEntityID)) {
|
||||
qCDebug(entities) << "DBACK POOPY cloneEntity addLocalEntityCopy" << newEntityID;
|
||||
getEntityPacketSender()->queueCloneEntityMessage(entityIDToClone, newEntityID);
|
||||
return newEntityID;
|
||||
} else {
|
||||
|
|
|
@ -1659,7 +1659,6 @@ int EntityTree::processEditPacketData(ReceivedMessage& message, const unsigned c
|
|||
if (isClone) {
|
||||
entityToClone->addCloneID(newEntity->getEntityItemID());
|
||||
newEntity->setCloneParent(entityIDToClone);
|
||||
qCDebug(entities) << "DBACK POOPY addedEntity clone " << newEntity->getEntityItemID();
|
||||
}
|
||||
|
||||
startLogging = usecTimestampNow();
|
||||
|
|
Loading…
Reference in a new issue