Przeglądaj źródła

Library: remove debug

Felix Paul Kühne 12 lat temu
rodzic
commit
71a7b1299c
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      AspenProject/VLCPlaylistViewController.m

+ 0 - 3
AspenProject/VLCPlaylistViewController.m

@@ -216,7 +216,6 @@
 
 - (void)updateViewContents
 {
-    NSLog(@"old count %i", _foundMedia.count);
     if (_libraryMode == kVLCLibraryModeAllAlbums) {
         NSArray *rawAlbums = [MLAlbum allAlbums];
         _foundMedia = [[NSMutableArray alloc] init];
@@ -244,8 +243,6 @@
     } else
         _foundMedia = [NSMutableArray arrayWithArray:[MLFile allFiles]];
 
-    NSLog(@"old count %i", _foundMedia.count);
-
     [self reloadViews];
 }