Revert the two debug log statements from r6212 as described in Mantis 2126.

0.6.0-stable
Charles Krinke 2008-09-10 14:12:56 +00:00
parent a68e34b558
commit 9af5a44c91
1 changed files with 0 additions and 14 deletions

View File

@ -2906,25 +2906,11 @@ namespace OpenSim.Region.Environment.Scenes
private void ItemReceived(UUID itemID)
{
//MIC: DEBUG
if (null == itemID)
{
m_log.Error("ItemReceived passed null itemID");
return;
}
int attachpoint = m_appearance.GetAttachpoint(itemID);
if (attachpoint == 0)
return;
UUID asset = m_appearance.GetAttachedAsset(attachpoint);
//MIC: DEBUG
if (null == asset)
{
m_log.ErrorFormat("[ATTACHMENT] Unable to locate attached asset for item {0}", itemID.ToString());
return;
}
if (asset == UUID.Zero) // We have just logged in
{
m_log.InfoFormat("[ATTACHMENT] Rez attachment {0}",