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

Commit

Permalink
Fix #7196: Do not clear Skus credential until we receive a new one. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Apr 14, 2023
1 parent d4a5b39 commit 01f7d16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Brave/BraveSkus/BraveSkusManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ public class BraveSkusManager {
return
}

Logger.module.debug("Refreshing sku credential. Clearing old credential from persistence.")

BraveVPN.clearSkusCredentials(includeExpirationDate: true)

manager.credentialSummary(for: domain) { completion in
Logger.module.debug("credentialSummary response")
}
Expand Down

0 comments on commit 01f7d16

Please # to comment.