Browse Source

Remove test code

onevcat 10 years ago
parent
commit
4f0dad8237
1 changed files with 0 additions and 6 deletions
  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() {