]> git.sesse.net Git - vlc/commitdiff
macosx: removed eyetv debug, which just floods the console
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 19 Jul 2011 14:54:48 +0000 (16:54 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 19 Jul 2011 16:34:13 +0000 (18:34 +0200)
modules/gui/macosx/eyetv.m
modules/gui/macosx/open.m

index 2ba6f90a6901c25d3b5c73872a0aeac9b64280c8..b6f59139f5e35966364c30cef47f0f4a873cacc7 100644 (file)
@@ -57,8 +57,6 @@ static VLCEyeTVController *_o_sharedInstance = nil;
 
 - (void)globalNotificationReceived: (NSNotification *)theNotification
 {
-    NSLog( @"notification received in VLC with name %@ and object %@", [theNotification name], [theNotification object] );
-
     /* update our info on the used device */
     if( [[theNotification name] isEqualToString: @"DeviceAdded"] )
         b_deviceConnected = YES;
index bc31711d05fdacf20d6cf21ac58e1bdc923b1c08..85aba33367b48ff06200d69bd9306a132103f6ed 100644 (file)
@@ -1246,8 +1246,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
         msg_Dbg( VLCIntf, "eyetv was launched, no device yet" );
         setEyeTVUnconnected;
     }
-    else
-        msg_Warn( VLCIntf, "unknown external notify '%s' received", [[o_notification name] UTF8String] );
 }    
 
 /* little helper method, since this code needs to be run by multiple objects */