jayji pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=55f791eb4c3141d2c30d7376a8390bfe857bebf4

commit 55f791eb4c3141d2c30d7376a8390bfe857bebf4
Author: Jean Guyomarc'h <[email protected]>
Date:   Mon Aug 8 00:12:49 2016 +0200

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

-- 


Reply via email to