Commit 935ca66f authored by ilushka85's avatar ilushka85

remove temporary debug line

parent b470d056
......@@ -102,7 +102,6 @@ namespace Titanium.Web.Proxy.Network
{
if (certificateCache.ContainsKey(certificateName) == false)
{
Debug.WriteLine(certificateName);
certificate = certEngine.CreateCert(certificateName, isRootCertificate, rootCertificate);
if (certificate != null && !certificateCache.ContainsKey(certificateName))
{
......
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