rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=80b074a41b174ef4dc027dd130719c057910eb92

commit 80b074a41b174ef4dc027dd130719c057910eb92
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Thu Jan 28 14:39:50 2016 +0000

    property_style: remove printf
---
 src/bin/ui/property_style.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/ui/property_style.c b/src/bin/ui/property_style.c
index 738088b..10199fa 100644
--- a/src/bin/ui/property_style.c
+++ b/src/bin/ui/property_style.c
@@ -501,7 +501,6 @@ _lines_colors_update(Style_Prop_Data *pd, const char *param)
 
    if (!strcmp(param, "underline"))
      {
-        printf("lines update\n");
         _lines_update(pd);
         val = _tag_value_get(CURRENT.stvalue, "underline_color");
         if (!val) _tag_parse(pd, WHITE_COLOR, "underline_color");

-- 


Reply via email to