Skip to content

Commit ddc98fc

Browse files
committed
Removed one more unneeded warning during installation
1 parent f71f342 commit ddc98fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AltServer/Devices/ALTDeviceManager+Installation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ private extension ALTDeviceManager
435435

436436
if let certificate = altstoreCertificate ?? certificates.first
437437
{
438-
if team.type != .free
438+
/*if team.type != .free
439439
{
440440
DispatchQueue.main.sync {
441441
let alert = NSAlert()
@@ -459,7 +459,7 @@ private extension ALTDeviceManager
459459
}
460460

461461
guard !isCancelled else { return completionHandler(.failure(InstallError.cancelled)) }
462-
}
462+
}*/
463463

464464
ALTAppleAPI.shared.revoke(certificate, for: team, session: session) { (success, error) in
465465
do

0 commit comments

Comments
 (0)