Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 1ce0f7f

Browse files
committed
remove calls not needed on init
1 parent 8e2208c commit 1ce0f7f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Titanium.Web.Proxy/Network/CertificateManager.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -510,19 +510,11 @@ public void EnsureRootCertificate()
510510
{
511511
TrustRootCertificate();
512512
}
513-
else
514-
{
515-
RemoveTrustedRootCertificate();
516-
}
517513

518514
if (TrustRootAsAdministrator)
519515
{
520516
TrustRootCertificateAsAdmin();
521517
}
522-
else
523-
{
524-
RemoveTrustedRootCertificateAsAdmin();
525-
}
526518
}
527519
}
528520

0 commit comments

Comments
 (0)