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.
This commit is contained in:
Jean Guyomarc'h 2016-08-08 00:12:49 +02:00
parent e4c166281f
commit 55f791eb4c
1 changed files with 0 additions and 1 deletions

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