remove a warning

LSLKeyTest
UbitUmarov 2015-11-21 01:55:17 +00:00
parent 156fdd4908
commit 3f4fdacb34
1 changed files with 3 additions and 3 deletions

View File

@ -533,18 +533,18 @@ namespace OpenSim.Region.Framework.Scenes
{ {
nodeName = xtr.Name; nodeName = xtr.Name;
// m_log.DebugFormat("[ExternalRepresentationUtils]: Processing: {0}", nodeName); // m_log.DebugFormat("[ExternalRepresentationUtils]: Processing: {0}", nodeName);
Action p = null; Action p = null;
if (processors.TryGetValue(xtr.Name, out p)) if (processors.TryGetValue(xtr.Name, out p))
{ {
// m_log.DebugFormat("[ExternalRepresentationUtils]: Found {0} processor, nodeName); // m_log.DebugFormat("[ExternalRepresentationUtils]: Found {0} processor, nodeName);
try try
{ {
p(); p();
} }
catch (Exception e) catch
{ {
errors = true; errors = true;
if (xtr.NodeType == XmlNodeType.EndElement) if (xtr.NodeType == XmlNodeType.EndElement)