diff options
Diffstat (limited to 'OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs')
-rw-r--r-- | OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs b/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs index 7478cdd..ba14790 100644 --- a/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs +++ b/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs | |||
@@ -72,7 +72,7 @@ namespace OpenSim.Framework.Communications | |||
72 | 72 | ||
73 | public virtual void AddTemporaryUserProfile(UserProfileData userProfile) | 73 | public virtual void AddTemporaryUserProfile(UserProfileData userProfile) |
74 | { | 74 | { |
75 | m_log.DebugFormat("[TEMP USER PROFILE]: Adding {0} {1}", userProfile.Name, userProfile.ID); | 75 | //m_log.DebugFormat("[TEMP USER PROFILE]: Adding {0} {1}", userProfile.Name, userProfile.ID); |
76 | 76 | ||
77 | lock (m_profiles) | 77 | lock (m_profiles) |
78 | { | 78 | { |