Comment out AvatarService.SetAvatar debug log line for now

0.7.3-extended
Justin Clark-Casey (justincc) 2012-04-25 01:09:23 +01:00
parent 392f73a000
commit d8bd7ca436
1 changed files with 1 additions and 1 deletions

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();