Commit d9b1db7b authored by justcoding121's avatar justcoding121

remove calls not needed on init

parent 656fbd77
......@@ -510,19 +510,11 @@ namespace Titanium.Web.Proxy.Network
{
TrustRootCertificate();
}
else
{
RemoveTrustedRootCertificate();
}
if (TrustRootAsAdministrator)
{
TrustRootCertificateAsAdmin();
}
else
{
RemoveTrustedRootCertificateAsAdmin();
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment