list: --printf
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 22 Jun 2015 12:41:14 +0000 (21:41 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 22 Jun 2015 12:41:38 +0000 (21:41 +0900)
src/lib/elm_list.c

index 1ee5915..d6a96b1 100644 (file)
@@ -883,7 +883,6 @@ _items_fix(Evas_Object *obj)
                      "vertical" : "horizontal", style);
              else if (sd->mode == ELM_LIST_COMPRESS)
                {
-                  printf("fix item to %s\n", it_compress);
                   if (it->even)
                     elm_widget_theme_object_set
                       (obj, VIEW(it), "list", it_compress, style);