ecore_cocoa: remove debug log

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jean Guyomarc'h 2015-10-14 09:40:07 +02:00 committed by Cedric BAIL
parent 70a04ea746
commit f83ece242e
1 changed files with 0 additions and 3 deletions

View 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;
}