소스 검색

Library: remove debug

Felix Paul Kühne 12 년 전
부모
커밋
71a7b1299c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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];
 }