aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 18afb86..3bf6cef 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -2576,7 +2576,6 @@ namespace OpenSim.Region.Environment.Scenes
2576 2576
2577 if (avatar.Scene.NeedSceneCacheClear(avatar.UUID)) 2577 if (avatar.Scene.NeedSceneCacheClear(avatar.UUID))
2578 { 2578 {
2579 m_log.InfoFormat("[SCENE]: User {0} is going to another region, profile cache removed in {1}", avatar.UUID, RegionInfo.RegionName);
2580 CommsManager.UserProfileCacheService.RemoveUser(agentID); 2579 CommsManager.UserProfileCacheService.RemoveUser(agentID);
2581 } 2580 }
2582 2581
@@ -2860,10 +2859,6 @@ namespace OpenSim.Region.Environment.Scenes
2860 2859
2861 String capsObjectPath = GetCapsPath(agentId); 2860 String capsObjectPath = GetCapsPath(agentId);
2862 2861
2863 m_log.DebugFormat(
2864 "[CAPS]: Setting up CAPS handler for agent {0} in {1}",
2865 agentId, RegionInfo.RegionName);
2866
2867 Caps cap = null; 2862 Caps cap = null;
2868 if (m_capsHandlers.TryGetValue(agentId, out cap)) 2863 if (m_capsHandlers.TryGetValue(agentId, out cap))
2869 { 2864 {
@@ -2908,7 +2903,6 @@ namespace OpenSim.Region.Environment.Scenes
2908 { 2903 {
2909 if (childrenSeeds.ContainsKey(agentId)) 2904 if (childrenSeeds.ContainsKey(agentId))
2910 { 2905 {
2911 //Console.WriteLine(" !!! Removing seeds for {0} in {1}", agentId, RegionInfo.RegionName);
2912 childrenSeeds.Remove(agentId); 2906 childrenSeeds.Remove(agentId);
2913 } 2907 }
2914 2908
@@ -2916,10 +2910,6 @@ namespace OpenSim.Region.Environment.Scenes
2916 { 2910 {
2917 if (m_capsHandlers.ContainsKey(agentId)) 2911 if (m_capsHandlers.ContainsKey(agentId))
2918 { 2912 {
2919 m_log.DebugFormat(
2920 "[CAPS]: Removing CAPS handler for root agent {0} in {1}",
2921 agentId, RegionInfo.RegionName);
2922
2923 m_capsHandlers[agentId].DeregisterHandlers(); 2913 m_capsHandlers[agentId].DeregisterHandlers();
2924 EventManager.TriggerOnDeregisterCaps(agentId, m_capsHandlers[agentId]); 2914 EventManager.TriggerOnDeregisterCaps(agentId, m_capsHandlers[agentId]);
2925 2915