diff options
Diffstat (limited to 'OpenSim/Framework/Communications/Cache')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 0cbb717..22aab10 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
80 | if (userID == UUID.Zero) | 80 | if (userID == UUID.Zero) |
81 | return; | 81 | return; |
82 | 82 | ||
83 | m_log.DebugFormat("[USER CACHE]: Adding user profile for {0}", userID); | 83 | //m_log.DebugFormat("[USER CACHE]: Adding user profile for {0}", userID); |
84 | GetUserDetails(userID); | 84 | GetUserDetails(userID); |
85 | } | 85 | } |
86 | 86 | ||
@@ -95,7 +95,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
95 | { | 95 | { |
96 | if (m_userProfiles.ContainsKey(userId)) | 96 | if (m_userProfiles.ContainsKey(userId)) |
97 | { | 97 | { |
98 | m_log.DebugFormat("[USER CACHE]: Removing user {0}", userId); | ||
99 | m_userProfiles.Remove(userId); | 98 | m_userProfiles.Remove(userId); |
100 | return true; | 99 | return true; |
101 | } | 100 | } |