Removed unnecessary comment

This commit is contained in:
Artak Mkrtchyan 2018-01-22 18:10:01 -08:00
parent 763393efc4
commit 18bd033d8e
1 changed files with 0 additions and 1 deletions

View File

@ -1238,7 +1238,6 @@ namespace Microsoft.AspNetCore.Antiforgery.Internal
var antiforgery = GetAntiforgery(context);
context.HttpContext.Response.Headers[headerName] = headerValue;
//context.HttpContext.Features
// Act
var tokenSet = antiforgery.GetAndStoreTokens(context.HttpContext);