Unverified Commit 3cd48c3a authored by mrbean-bremen's avatar mrbean-bremen
Browse files

Removed debug output accidentally left in

parent 1cc35084
......@@ -85,7 +85,6 @@ namespace Svg
/// <param name="value">.NET value of the attribute</param>
public static bool IsDefault(string attributeName, string componentType, string value)
{
Console.WriteLine(componentType + ": " + attributeName);
if (_propDefaults.ContainsKey(componentType))
{
if (_propDefaults[componentType].ContainsKey(attributeName))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment