Skip to content
Snippets Groups Projects
Commit c2e35afd authored by Claudio Cambra's avatar Claudio Cambra Committed by Steve Lhomme
Browse files

macosx: Remove unnecessary debug logging causing compile warnings


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent aaba70b6
No related branches found
No related tags found
1 merge request!5493macosx: Remove unnecessary debug logging causing compile warnings
Pipeline #476083 passed with warnings with stage
in 12 minutes and 57 seconds
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment