PUI: fix frame_cb and pui_ani_control not to make irregular timer callback call
[platform/core/uifw/libpui.git] / src / PUI.c
index f7fa28e..cf0d35b 100644 (file)
--- a/src/PUI.c
+++ b/src/PUI.c
@@ -122,7 +122,7 @@ pui_display_get_buffer(pui_h handle)
 
        if (!tbm_surface_queue_can_dequeue(handle->tbm_queue, 0))
        {
-               pui_err("[UPDATE] Cannot dequeue (error : PUI_ERROR_INTERNAL)\n");
+               pui_err("Failed to dequeue a tbm_surface !\n");
                return NULL;
        }
 
@@ -565,7 +565,6 @@ pui_init(void)
                goto error;
        }
 
-       //TODO
        ecore_wl2_init();
 
        _pui_event_init();