edje - oops remove not intended lines
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 22 May 2013 07:53:31 +0000 (16:53 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 22 May 2013 07:53:31 +0000 (16:53 +0900)
src/lib/edje/edje_textblock_styles.c

index b3ad4b1..42fd935 100644 (file)
@@ -243,8 +243,6 @@ _edje_textblock_style_all_update(Edje *ed)
                   eina_strbuf_append(txt, "font=");
 
                   f = (tc && tc->font) ? tc->font : tag->font;
-                  if (tc && tc->font) printf("tc font = %s\n", tc->font);
-                  if (tag->font) printf("tag font = %s\n", tag->font);
                   eina_strbuf_append_escaped(txt, f);
                }