vlc | branch: master | Marvin Scholz <[email protected]> | Mon Apr  3 09:25:02 
2017 +0200| [d3bcb3b6fc088a98d0ef4bf25e74f25b53af448d] | committer: Marvin 
Scholz

macOS: Remove NSLog logging in VLCExtensionsManager

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3bcb3b6fc088a98d0ef4bf25e74f25b53af448d
---

 modules/gui/macosx/VLCExtensionsManager.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/macosx/VLCExtensionsManager.m 
b/modules/gui/macosx/VLCExtensionsManager.m
index 0e8808d..3056451 100644
--- a/modules/gui/macosx/VLCExtensionsManager.m
+++ b/modules/gui/macosx/VLCExtensionsManager.m
@@ -199,7 +199,6 @@
 
 - (void)triggerMenu:(id)sender
 {
-    NSLog(@"%s", __PRETTY_FUNCTION__);
     intf_thread_t *p_intf = getIntf();
     uint32_t identifier = [(NSMenuItem *)sender tag];
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to