Forráskód Böngészése

Library: remove debug

Felix Paul Kühne 12 éve
szülő
commit
71a7b1299c
1 módosított fájl, 0 hozzáadás és 3 törlés
  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];
 }