rimmed pushed a commit to branch master.

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

commit c20ae7df900f1a5367c1e12c4cf286be75ffbae9
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Fri Apr 21 12:06:26 2017 +0300

    property: silence the debug output
    
    @fix
---
 src/bin/ui/property/property_textblock.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/ui/property/property_textblock.c 
b/src/bin/ui/property/property_textblock.c
index 40a3def..5190fd2 100644
--- a/src/bin/ui/property/property_textblock.c
+++ b/src/bin/ui/property/property_textblock.c
@@ -398,7 +398,6 @@ _update_style()
 
    CRIT_ON_FAIL(editor_style_tag_value_set(ap.project->global_object, 
tpd.current_style.st_name,
                                            tpd.current_style.st_tag, 
eina_strbuf_string_get(tag)));
-printf("STRING: [%s] \n", eina_strbuf_string_get(tag));
    eina_stringshare_del(tpd.current_style.stvalue);
    tpd.current_style.stvalue = 
eina_stringshare_add(eina_strbuf_string_get(tag));
    eina_strbuf_free(tag);

-- 


Reply via email to