Comment out AvatarService.SetAvatar debug log line for now

0.7.4.1
Justin Clark-Casey (justincc) 2012-04-25 01:09:23 +01:00
parent 6b299a4287
commit f24289c47f
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();