[label] remove unused comment
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 2 Dec 2010 07:47:33 +0000 (16:47 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 2 Dec 2010 07:47:33 +0000 (16:47 +0900)
src/lib/elm_label.c

index 6bde281..973abdc 100644 (file)
@@ -747,7 +747,6 @@ _ellipsis_label_to_width(Evas_Object *obj, int linemode)
    if (_get_value_in_key_string(wd->label, "font_size", &kvalue) == 0)
      {
        if (kvalue != NULL) cur_fontsize = atoi(kvalue);
-          fprintf(stderr, "## cur_fontsize = %d\n", cur_fontsize);
      }
 
    while (_is_width_over(obj, linemode))