[vlc-commits] [Git][videolan/vlc][master] macosx: Remove NSLogs in VLCSimplePrefsController

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Fri Nov 11 12:17:25 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
a6e239ff by Claudio Cambra at 2022-11-11T11:53:04+00:00
macosx: Remove NSLogs in VLCSimplePrefsController

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/preferences/VLCSimplePrefsController.m


Changes:

=====================================
modules/gui/macosx/preferences/VLCSimplePrefsController.m
=====================================
@@ -1556,9 +1556,7 @@ static inline void save_string_list(intf_thread_t * p_intf, id object, const cha
 
 - (void)listOfMonitoredFoldersUpdated:(NSNotification *)aNotification
 {
-    NSLog(@"WEEEE");
     [self.libraryFolderTableView reloadData];
-    NSLog(@"%@", _libraryModel.listOfMonitoredFolders);
 }
 
 - (IBAction)addFolder:(id)sender
@@ -1599,7 +1597,6 @@ static inline void save_string_list(intf_thread_t * p_intf, id object, const cha
 
 - (NSInteger)numberOfRowsInTableView:(NSTableView *)tableView
 {
-    NSLog(@"%@", _libraryModel.listOfMonitoredFolders);
     return _libraryModel.listOfMonitoredFolders.count;
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a6e239ff555c4e9593e6a25a3b619538b6dcf26d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a6e239ff555c4e9593e6a25a3b619538b6dcf26d
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list