cleanup: uncommenting null-op else tree in TaskInventoryItem.cs
parent
832d609b44
commit
1fb16688d1
|
@ -105,10 +105,10 @@ namespace OpenSim.Framework
|
|||
|
||||
// m_log.DebugFormat("[TASK INVENTORY]: Instantiated {0} prim items in total from xml", Count);
|
||||
}
|
||||
else
|
||||
{
|
||||
// else
|
||||
// {
|
||||
// m_log.DebugFormat("[TASK INVENTORY]: Skipping empty element {0}", reader.Name);
|
||||
}
|
||||
// }
|
||||
|
||||
// For some .net implementations, this last read is necessary so that we advance beyond the end tag
|
||||
// of the element wrapping this object so that the rest of the serialization can complete normally.
|
||||
|
|
Loading…
Reference in New Issue