ecore_cocoa: remove debug log

This commit is contained in:
Jean Guyomarc'h 2015-10-14 09:40:07 +02:00 committed by Nicolas Aguirre
parent 9dc8174b08
commit 1d0af3490c
1 changed files with 0 additions and 3 deletions

View File

@ -508,9 +508,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;
}