Browse Source

Remove debug URLs

Felix Paul Kühne 9 years ago
parent
commit
4acb75ad94
1 changed files with 0 additions and 6 deletions
  1. 0 6
      Apple-TV/VLCOpenNetworkStreamTVViewController.m

+ 0 - 6
Apple-TV/VLCOpenNetworkStreamTVViewController.m

@@ -62,12 +62,6 @@
 
     /* fetch data from cloud */
     _recentURLs = [NSMutableArray arrayWithArray:[ubiquitousKeyValueStore arrayForKey:kVLCRecentURLs]];
-#ifndef NDEBUG
-    if (_recentURLs.count == 0) {
-        [_recentURLs addObject:@"https://www.youtube.com/watch?v=13e2GxpqGPY"];
-        [_recentURLs addObject:@"https://vimeo.com/74370512"];
-    }
-#endif
 
     [self.previouslyPlayedStreamsTableView reloadData];
 }