edje - oops remove not intended lines

This commit is contained in:
ChunEon Park 2013-05-22 16:53:31 +09:00
parent f45f2ef0ae
commit f380fa75cf
1 changed files with 0 additions and 2 deletions

View 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);
}