Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
3cd48c3a
Unverified
Commit
3cd48c3a
authored
Feb 11, 2019
by
mrbean-bremen
Browse files
Removed debug output accidentally left in
parent
1cc35084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/SvgDefinitionDefaults.cs
View file @
3cd48c3a
...
...
@@ -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
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment