Commit 2b9cd401 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: removed eyetv debug, which just floods the console

parent 0fb77aee
...@@ -57,8 +57,6 @@ static VLCEyeTVController *_o_sharedInstance = nil; ...@@ -57,8 +57,6 @@ static VLCEyeTVController *_o_sharedInstance = nil;
- (void)globalNotificationReceived: (NSNotification *)theNotification - (void)globalNotificationReceived: (NSNotification *)theNotification
{ {
NSLog( @"notification received in VLC with name %@ and object %@", [theNotification name], [theNotification object] );
/* update our info on the used device */ /* update our info on the used device */
if( [[theNotification name] isEqualToString: @"DeviceAdded"] ) if( [[theNotification name] isEqualToString: @"DeviceAdded"] )
b_deviceConnected = YES; b_deviceConnected = YES;
......
...@@ -1246,8 +1246,6 @@ static VLCOpen *_o_sharedMainInstance = nil; ...@@ -1246,8 +1246,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
msg_Dbg( VLCIntf, "eyetv was launched, no device yet" ); msg_Dbg( VLCIntf, "eyetv was launched, no device yet" );
setEyeTVUnconnected; 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 */ /* little helper method, since this code needs to be run by multiple objects */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment