config-parser: Drop debug text
authorBryce Harrington <bryce@osg.samsung.com>
Sat, 27 Aug 2016 01:55:22 +0000 (18:55 -0700)
committerQuentin Glidic <sardemff7+git@sardemff7.net>
Sat, 27 Aug 2016 16:14:45 +0000 (18:14 +0200)
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
shared/config-parser.c

index d773cc9..e2b5fa2 100644 (file)
@@ -237,7 +237,6 @@ weston_config_section_get_color(struct weston_config_section *section,
                *color = 0;
                return 0;
        } else if (len != 8 && len != 10) {
-               fprintf(stderr, "string '%s' is length %d\n", entry->value, len);
                *color = default_color;
                errno = EINVAL;
                return -1;