Browse Source

Remove unused line on macOS demo

Andrea Bizzotto 8 years ago
parent
commit
de30875da5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      SwiftyStoreKit-macOS-Demo/ViewController.swift

+ 0 - 1
SwiftyStoreKit-macOS-Demo/ViewController.swift

@@ -119,7 +119,6 @@ class ViewController: NSViewController {
 
     func verifyPurchase(_ purchase: RegisteredPurchase) {
 
-        let appleValidator = AppleReceiptValidator(service: .production)
         verifyReceipt { result in
 
             switch result {