From f83ece242ec25a63192fc0131c63df4e73d46af3 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Wed, 14 Oct 2015 09:40:07 +0200 Subject: [PATCH] ecore_cocoa: remove debug log Signed-off-by: Cedric BAIL --- src/lib/ecore_cocoa/ecore_cocoa_window.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index af07e70b98..1e769521f6 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m @@ -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; }