Comment out AvatarService.SetAvatar debug log line for now

This commit is contained in:
Justin Clark-Casey (justincc)
2012-04-25 01:09:23 +01:00
parent 6b299a4287
commit f24289c47f

View File

@@ -93,7 +93,7 @@ namespace OpenSim.Services.AvatarService
if (kvp.Key.StartsWith("_"))
count++;
m_log.DebugFormat("[AVATAR SERVICE]: SetAvatar for {0}, attachs={1}", principalID, count);
// m_log.DebugFormat("[AVATAR SERVICE]: SetAvatar for {0}, attachs={1}", principalID, count);
m_Database.Delete("PrincipalID", principalID.ToString());
AvatarBaseData av = new AvatarBaseData();