Skip to content

Commit ee82a1c

Browse files
committed
commented out debug console.write
1 parent a70ac54 commit ee82a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dandraka.XmlUtilities/Dandraka.XmlUtilities/XmlSlurper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private static dynamic AddRecursive(ToStringExpandoObject parent, XmlNode xmlObj
4444
&& (c.LocalName != "#text")
4545
&& (c.LocalName != "#cdata-section")).ToList())
4646
{
47-
Console.WriteLine(xmlChild.LocalName);
47+
//Console.WriteLine(xmlChild.LocalName);
4848
string name = getValidName(xmlChild.LocalName);
4949
propertiesList.Add(new Tuple<string, XmlNode>(name, xmlChild));
5050
}

0 commit comments

Comments
 (0)