git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
752052a
)
macOS: Remove NSLog logging in VLCExtensionsManager
author
Marvin Scholz
<epirat07@gmail.com>
Mon, 3 Apr 2017 07:25:02 +0000
(09:25 +0200)
committer
Marvin Scholz
<epirat07@gmail.com>
Mon, 3 Apr 2017 07:25:02 +0000
(09:25 +0200)
modules/gui/macosx/VLCExtensionsManager.m
patch
|
blob
|
history
diff --git
a/modules/gui/macosx/VLCExtensionsManager.m
b/modules/gui/macosx/VLCExtensionsManager.m
index
0e8808d
..
3056451
100644
(file)
--- 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];