From 55f791eb4c3141d2c30d7376a8390bfe857bebf4 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Mon, 8 Aug 2016 00:12:49 +0200 Subject: [PATCH] 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. --- src/lib/ecore_cocoa/ecore_cocoa_window.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore_cocoa/ecore_cocoa_window.m b/src/lib/ecore_cocoa/ecore_cocoa_window.m index 5bd2e0fd5d..08436148ca 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));