From 2b9cd401b5e7e15de4c62c61ccb964bdd52caa6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Tue, 19 Jul 2011 16:54:48 +0200 Subject: [PATCH] macosx: removed eyetv debug, which just floods the console --- modules/gui/macosx/eyetv.m | 2 -- modules/gui/macosx/open.m | 2 -- 2 files changed, 4 deletions(-) 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 */ -- 2.39.2