ecore_cocoa: remove debug log
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Wed, 14 Oct 2015 07:40:07 +0000 (09:40 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 1 Dec 2015 20:15:32 +0000 (12:15 -0800)
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_cocoa/ecore_cocoa_window.m

index af07e70..1e76952 100644 (file)
@@ -509,9 +509,6 @@ EAPI Ecore_Cocoa_Window_Id
 ecore_cocoa_window_get_window_id(const Ecore_Cocoa_Window *window)
 {
    EINA_SAFETY_ON_NULL_RETURN_VAL(window, NULL);
-
-   DBG("Return : %p", window->window);
-
    return window->window;
 }