elm_datetime.c: removed unnecessary debug messages.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 10 Apr 2013 11:27:40 +0000 (20:27 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 10 Apr 2013 11:28:35 +0000 (20:28 +0900)
legacy/elementary/src/lib/elm_datetime.c

index 663220e..7c85ac5 100644 (file)
@@ -437,7 +437,7 @@ _elm_datetime_smart_focus_next(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
         list_free = eina_list_free;
         if (!items) return;
      }
-printf("count = %d\n", eina_list_count(items));
+
    int_ret = elm_widget_focus_list_next_get(obj, items, list_data_get, dir, next);
    if (list_free) list_free((Eina_List *)items);