ecore_cocoa: remove pointless debug message
authorJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 7 Aug 2016 22:12:49 +0000 (00:12 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Sun, 7 Aug 2016 22:12:49 +0000 (00:12 +0200)
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

index 5bd2e0f..0843614 100644 (file)
@@ -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));