config-parser: Drop debug text
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
committed by
Quentin Glidic
parent
561201c689
commit
96c6a798a5
@@ -237,7 +237,6 @@ weston_config_section_get_color(struct weston_config_section *section,
|
|||||||
*color = 0;
|
*color = 0;
|
||||||
return 0;
|
return 0;
|
||||||
} else if (len != 8 && len != 10) {
|
} else if (len != 8 && len != 10) {
|
||||||
fprintf(stderr, "string '%s' is length %d\n", entry->value, len);
|
|
||||||
*color = default_color;
|
*color = default_color;
|
||||||
errno = EINVAL;
|
errno = EINVAL;
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user