[vlc-commits] macosx: removed eyetv debug, which just floods the console

Felix Paul Kühne git at videolan.org
Tue Jul 19 18:34:15 CEST 2011


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Jul 19 16:54:48 2011 +0200| [2b9cd401b5e7e15de4c62c61ccb964bdd52caa6f] | committer: Felix Paul Kühne

macosx: removed eyetv debug, which just floods the console

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b9cd401b5e7e15de4c62c61ccb964bdd52caa6f
---

 modules/gui/macosx/eyetv.m |    2 --
 modules/gui/macosx/open.m  |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules/gui/macosx/eyetv.m b/modules/gui/macosx/eyetv.m
index 2ba6f90..b6f5913 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 bc31711..85aba33 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 */



More information about the vlc-commits mailing list