Comment out AvatarService.SetAvatar debug log line for now
parent
392f73a000
commit
d8bd7ca436
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue