Remove Debug trace
This commit is contained in:
parent
62adabbaa1
commit
e14e516541
@ -210,10 +210,8 @@ public class ICASAPol
|
||||
{
|
||||
setting = nodeList[i];
|
||||
XmlNode nameNode = setting.SelectSingleNode("Name");
|
||||
|
||||
XmlNode valueNode = setting.SelectSingleNode("Value");
|
||||
|
||||
Console.WriteLine(nameNode.InnerText + ":" + valueNode.InnerText);
|
||||
|
||||
nvc.Add(nameNode.InnerText, valueNode.InnerText);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user