From 9bfa4a5267da8a75ffdc9eba9ab296f3b911b1a7 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Thu, 4 Oct 2018 13:55:29 -0700 Subject: [PATCH] remove unhelpful/wrong TODO comment --- libraries/entities/src/EntityScriptingInterface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/entities/src/EntityScriptingInterface.cpp b/libraries/entities/src/EntityScriptingInterface.cpp index 73b9a58fc1..850997457b 100644 --- a/libraries/entities/src/EntityScriptingInterface.cpp +++ b/libraries/entities/src/EntityScriptingInterface.cpp @@ -565,9 +565,6 @@ QUuid EntityScriptingInterface::editEntity(QUuid id, const EntityItemProperties& if (simulationOwner.getID() == sessionID) { // we own the simulation --> copy ALL restricted properties properties.copySimulationRestrictedProperties(entity); - //if (ourBidPriority != currentBidPriority) { - // TODO: figure out how to change simulation ownership priority - //} } else { // we don't own the simulation but think we would like to // --> flag the object for simulation ownership at at least POKE