seoz pushed a commit to branch master.

commit e48baca6e20f7d4dce8b0f7ac6fdc14b57bf7ba4
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed Apr 10 20:27:40 2013 +0900

    elm_datetime.c: removed unnecessary debug messages.
---
 src/lib/elm_datetime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_datetime.c b/src/lib/elm_datetime.c
index 663220e..7c85ac5 100644
--- a/src/lib/elm_datetime.c
+++ b/src/lib/elm_datetime.c
@@ -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);
 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to