minor: remove long commented out scene cache clearing code in EntityTransferModule.CrossAgentToNewRegionAsync()

user_profiles
Justin Clark-Casey (justincc) 2013-05-16 18:26:22 +01:00
parent 61f4ab6674
commit ec818a506b
1 changed files with 0 additions and 9 deletions

View File

@ -1541,15 +1541,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
agent.CloseChildAgents(neighbourx, neighboury);
AgentHasMovedAway(agent, false);
// // the user may change their profile information in other region,
// // so the userinfo in UserProfileCache is not reliable any more, delete it
// // REFACTORING PROBLEM. Well, not a problem, but this method is HORRIBLE!
// if (agent.Scene.NeedSceneCacheClear(agent.UUID))
// {
// m_log.DebugFormat(
// "[ENTITY TRANSFER MODULE]: User {0} is going to another region", agent.UUID);
// }
//m_log.Debug("AFTER CROSS");
//Scene.DumpChildrenSeeds(UUID);