KspAuthenticator: remove debug print
This commit is contained in:
parent
d7c9c5d559
commit
50b8264971
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ namespace Ksp.WebServer
|
|||
|
||||
async Task<IHtmlDocument> FetchPage(string url, string authCookie)
|
||||
{
|
||||
Console.WriteLine($"AuthCookie={authCookie}");
|
||||
var cookies = new CookieContainer();
|
||||
cookies.Add(new Uri(kspProxyConfig.Host), new Cookie("ksp_auth", Uri.EscapeDataString(authCookie)));
|
||||
var c = new HttpClient(new HttpClientHandler { CookieContainer = cookies });
|
||||
|
|
Reference in a new issue