[vlc-commits] macOS: Remove NSLog logging in VLCExtensionsManager

Marvin Scholz git at videolan.org
Mon Apr 3 09:35:36 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | 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];
 



More information about the vlc-commits mailing list