Browse Source

Remove unused line on macOS demo

Andrea Bizzotto 8 năm trước cách đây
mục cha
commit
de30875da5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {