diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 0d00232c2fcb3c8659de7f035de4f21257b35981..b2fb691a8526521cbff4389e67b6debdcc438f7d 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -429,11 +429,6 @@ void LLAvatarActions::teleportRequest(const LLUUID& id) EMPTY_BINARY_BUCKET, EMPTY_BINARY_BUCKET_SIZE); -/* msg->newMessageFast(_PREHASH_TeleportRequest); - msg->nextBlockFast(_PREHASH_AgentData); - msg->addUUIDFast(_PREHASH_AgentID, id); - msg->addUUIDFast(_PREHASH_SessionID, gAgent.getSessionID()); */ - gAgent.sendReliableMessage(); llwarns << "DBG REQUEST_TELEPORT sent" << llendl; }