]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/vout.m
macosx: Remove a NSLog.
[vlc] / modules / gui / macosx / vout.m
index 89d369f7b98db2b1549313c5e30a9e9b966587b6..99712961a7908f5fe1ca458614935c5ad134dc34 100644 (file)
@@ -513,7 +513,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
 - (void)mouseDown:(NSEvent *)o_event
 {
     vlc_value_t val;
-NSLog(@"Down");
     if( p_vout )
     {
         if( ( [o_event type] == NSLeftMouseDown ) &&