aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs8
1 files changed, 2 insertions, 6 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 9e784d6..d8ce3f0 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -2513,7 +2513,7 @@ namespace OpenSim.Region.Environment.Scenes
2513 #region RegionComms 2513 #region RegionComms
2514 2514
2515 /// <summary> 2515 /// <summary>
2516 /// 2516 /// Register the methods that should be invoked when this scene receives various incoming events
2517 /// </summary> 2517 /// </summary>
2518 public void RegisterCommsEvents() 2518 public void RegisterCommsEvents()
2519 { 2519 {
@@ -2549,7 +2549,7 @@ namespace OpenSim.Region.Environment.Scenes
2549 } 2549 }
2550 2550
2551 /// <summary> 2551 /// <summary>
2552 /// Do the work necessary to initiate a new user connection. 2552 /// Do the work necessary to initiate a new user connection for a particular scene.
2553 /// At the moment, this consists of setting up the caps infrastructure 2553 /// At the moment, this consists of setting up the caps infrastructure
2554 /// </summary> 2554 /// </summary>
2555 /// <param name="regionHandle"></param> 2555 /// <param name="regionHandle"></param>
@@ -2582,10 +2582,6 @@ namespace OpenSim.Region.Environment.Scenes
2582 } 2582 }
2583 } 2583 }
2584 2584
2585 m_log.DebugFormat(
2586 "[CONNECTION DEBUGGING]: Creating new circuit code ({0}) for avatar {1} at {2}",
2587 agent.circuitcode, agent.AgentID, RegionInfo.RegionName);
2588
2589 m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent); 2585 m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
2590 // rewrite session_id 2586 // rewrite session_id
2591 CachedUserInfo userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID); 2587 CachedUserInfo userinfo = CommsManager.UserProfileCacheService.GetUserDetails(agent.AgentID);