]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - src/svgtiny.c
Move gradient logging to svgtiny_gradient.c, and suppress when not debugging gradients.
[libsvgtiny.git] / src / svgtiny.c
index 13249b62cdeb45068dfe7deb5b6ba8572ad2c1c2..5be977f4c234739f69aa2bf9883d7d41343903c0 100644 (file)
@@ -1392,8 +1392,6 @@ static void _svgtiny_parse_color(const char *s, svgtiny_colour *c,
                                *rparen = 0;
                        svgtiny_find_gradient(id, state);
                        free(id);
-                       fprintf(stderr, "linear_gradient_stop_count %i\n",
-                                       state->linear_gradient_stop_count);
                        if (state->linear_gradient_stop_count == 0)
                                *c = svgtiny_TRANSPARENT;
                        else if (state->linear_gradient_stop_count == 1)