From: Felix Paul Kühne Date: Tue, 19 Jul 2011 14:54:48 +0000 (+0200) Subject: macosx: removed eyetv debug, which just floods the console X-Git-Tag: 1.2.0-pre1~1706 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2b9cd401b5e7e15de4c62c61ccb964bdd52caa6f;p=vlc macosx: removed eyetv debug, which just floods the console --- diff --git a/modules/gui/macosx/eyetv.m b/modules/gui/macosx/eyetv.m index 2ba6f90a69..b6f59139f5 100644 --- a/modules/gui/macosx/eyetv.m +++ b/modules/gui/macosx/eyetv.m @@ -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; diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m index bc31711d05..85aba33367 100644 --- a/modules/gui/macosx/open.m +++ b/modules/gui/macosx/open.m @@ -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 */