Przeglądaj źródła

Remove test code

onevcat 10 lat temu
rodzic
commit
4f0dad8237
1 zmienionych plików z 0 dodań i 6 usunięć
  1. 0 6
      Kingfisher-Demo/ViewController.swift

+ 0 - 6
Kingfisher-Demo/ViewController.swift

@@ -33,12 +33,6 @@ class ViewController: UICollectionViewController {
         super.viewDidLoad()
         // Do any additional setup after loading the view, typically from a nib.
         title = "Kingfisher"
-        
-        KingfisherManager.sharedManager.downloader.downloadImageWithURL(NSURL(string: "http://onevcat.com")!, options: KingfisherManager.OptionsNone, progressBlock: { (receivedSize, totalSize) -> () in
-            
-        }) { (image, error, imageURL) -> () in
-            
-        }
     }
 
     override func didReceiveMemoryWarning() {