]> git.sesse.net Git - vlc/commitdiff
macosx: Remove a NSLog.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 16 Jul 2008 21:02:45 +0000 (23:02 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 16 Jul 2008 21:02:45 +0000 (23:02 +0200)
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 ) &&