浏览代码

Remove unused line on macOS demo

Andrea Bizzotto 8 年之前
父节点
当前提交
de30875da5
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 {