[vlc-commits] [Git][videolan/vlc][master] macosx: Remove unnecessary debug logging causing compile warnings
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jun 1 05:46:45 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c2e35afd by Claudio Cambra at 2024-06-01T05:25:57+00:00
macosx: Remove unnecessary debug logging causing compile warnings
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/audio-library/VLCLibraryAudioDataSource.m
Changes:
=====================================
modules/gui/macosx/library/audio-library/VLCLibraryAudioDataSource.m
=====================================
@@ -173,7 +173,6 @@ NSString * const VLCLibraryAudioDataSourceDisplayedCollectionChangedNotification
- (void)libraryModelAudioMediaItemsReset:(NSNotification * const)aNotification
{
- NSLog(@"Pre aa currentParentType %i %i %i", self.currentParentType, VLCMediaLibraryParentGroupTypeAudioLibrary, VLCMediaLibraryParentGroupTypeRecentAudios);
if (self.currentParentType != VLCMediaLibraryParentGroupTypeAudioLibrary
&& self.currentParentType != VLCMediaLibraryParentGroupTypeRecentAudios) {
return;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c2e35afd5bbca671c12af00bb1264c5d401efbac
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c2e35afd5bbca671c12af00bb1264c5d401efbac
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