ecore_cocoa: remove debug log 89/82889/3
authorJean Guyomarc'h <jean.guyomarch@openwide.fr>
Wed, 14 Oct 2015 07:40:07 +0000 (09:40 +0200)
committerHermet Park <chuneon.park@samsung.com>
Fri, 2 Sep 2016 02:56:50 +0000 (19:56 -0700)
Change-Id: I215a3fab2b009212ef5a1ca3463862b4e25de533
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;
 }