mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Comment out AvatarService.SetAvatar debug log line for now
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user