Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Cancel logging and extension enum creation
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Jan 19, 2024
1 parent 8362114 commit 5989900
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
2 changes: 0 additions & 2 deletions App/iOS/Delegates/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
AppState.shared.state = .launching(options: launchOptions ?? [:], active: true)

log.error("AppDelegate did Finish")

// IAPs can trigger on the app as soon as it launches,
// for example when a previous transaction was not finished and is in pending state.
SKPaymentQueue.default().add(BraveVPN.iapObserver)
Expand Down
46 changes: 0 additions & 46 deletions Sources/BraveShared/TargetExtensions.swift

This file was deleted.

2 changes: 0 additions & 2 deletions Sources/BraveVPN/BuyVPNViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ class BuyVPNViewController: VPNSetupLoadingController {
iapObserver.delegate = self

Preferences.VPN.popupShowed.value = true

Logger.module.error("Failed to retrieve subcription product")
}

override func viewWillAppear(_ animated: Bool) {
Expand Down

0 comments on commit 5989900

Please sign in to comment.