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 <[email protected]>

- - - - -


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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to