summaryrefslogtreecommitdiff
path: root/shared/config-parser.c
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-08-26 18:55:22 -0700
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-08-27 18:14:45 +0200
commit96c6a798a56cb2cd96b2c16dfee17330f1744fbb (patch)
tree5c44f2eff2cf9f9cf6f84c9d30ff84cc07747d22 /shared/config-parser.c
parent561201c68952c5e75b35f05e822cd1508dc8d400 (diff)
config-parser: Drop debug text
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'shared/config-parser.c')
-rw-r--r--shared/config-parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/config-parser.c b/shared/config-parser.c
index d773cc97..e2b5fa25 100644
--- a/shared/config-parser.c
+++ b/shared/config-parser.c
@@ -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;