diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-08-08 00:12:49 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2016-08-08 00:12:49 +0200 |
commit | 55f791eb4c3141d2c30d7376a8390bfe857bebf4 (patch) | |
tree | 466684fc491b3e25c2fb5c4fa184eba2dab2f251 /src/lib | |
parent | e4c166281f865b6d59113f14a4be92e16f7f8fb6 (diff) |
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.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa_window.m | 1 |
1 files changed, 0 insertions, 1 deletions
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]; | |||
56 | 56 | ||
57 | - (void)windowWillClose:(NSNotification *) notification | 57 | - (void)windowWillClose:(NSNotification *) notification |
58 | { | 58 | { |
59 | NSLog(@"window is going to be closed"); | ||
60 | Ecore_Cocoa_Event_Window_Destroy *event; | 59 | Ecore_Cocoa_Event_Window_Destroy *event; |
61 | 60 | ||
62 | event = malloc(sizeof(*event)); | 61 | event = malloc(sizeof(*event)); |