From: Jean Guyomarc'h Date: Sun, 7 Aug 2016 22:12:49 +0000 (+0200) Subject: ecore_cocoa: remove pointless debug message X-Git-Tag: upstream/1.20.0~4894 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55f791eb4c3141d2c30d7376a8390bfe857bebf4;p=platform%2Fupstream%2Fefl.git ecore_cocoa: remove pointless debug message This message was also very annoying because systematically printed out in the syslog when a cocoa window was closed. --- diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index 5bd2e0f..0843614 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa_window.m +++ b/src/lib/ecore_cocoa/ecore_cocoa_window.m @@ -56,7 +56,6 @@ static NSCursor *_cursors[__ECORE_COCOA_CURSOR_LAST]; - (void)windowWillClose:(NSNotification *) notification { - NSLog(@"window is going to be closed"); Ecore_Cocoa_Event_Window_Destroy *event; event = malloc(sizeof(*event));