aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-04-25 01:09:23 +0100
committerJustin Clark-Casey (justincc)2012-04-25 01:09:23 +0100
commitf24289c47f81caf92c7cb91428008ce1bd038301 (patch)
treeebc93fc64f25a62a92403d1a64b04bc18f6a49a5 /OpenSim/Services
parentComment out some debug ATTACHMENTS log messages for now. (diff)
downloadopensim-SC_OLD-f24289c47f81caf92c7cb91428008ce1bd038301.zip
opensim-SC_OLD-f24289c47f81caf92c7cb91428008ce1bd038301.tar.gz
opensim-SC_OLD-f24289c47f81caf92c7cb91428008ce1bd038301.tar.bz2
opensim-SC_OLD-f24289c47f81caf92c7cb91428008ce1bd038301.tar.xz
Comment out AvatarService.SetAvatar debug log line for now
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/AvatarService/AvatarService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/AvatarService/AvatarService.cs b/OpenSim/Services/AvatarService/AvatarService.cs
index c59a9e0..423c781 100644
--- a/OpenSim/Services/AvatarService/AvatarService.cs
+++ b/OpenSim/Services/AvatarService/AvatarService.cs
@@ -93,7 +93,7 @@ namespace OpenSim.Services.AvatarService
93 if (kvp.Key.StartsWith("_")) 93 if (kvp.Key.StartsWith("_"))
94 count++; 94 count++;
95 95
96 m_log.DebugFormat("[AVATAR SERVICE]: SetAvatar for {0}, attachs={1}", principalID, count); 96// m_log.DebugFormat("[AVATAR SERVICE]: SetAvatar for {0}, attachs={1}", principalID, count);
97 m_Database.Delete("PrincipalID", principalID.ToString()); 97 m_Database.Delete("PrincipalID", principalID.ToString());
98 98
99 AvatarBaseData av = new AvatarBaseData(); 99 AvatarBaseData av = new AvatarBaseData();