diff --git a/Source/SvgDefinitionDefaults.cs b/Source/SvgDefinitionDefaults.cs index a0cf582785134a9bf05eb176ad3172c40e7429db..549d21c7ad567ebb36b04e52cf2af1c04aa68490 100644 --- a/Source/SvgDefinitionDefaults.cs +++ b/Source/SvgDefinitionDefaults.cs @@ -85,7 +85,6 @@ namespace Svg /// .NET value of the attribute public static bool IsDefault(string attributeName, string componentType, string value) { - Console.WriteLine(componentType + ": " + attributeName); if (_propDefaults.ContainsKey(componentType)) { if (_propDefaults[componentType].ContainsKey(attributeName))