From 18bd033d8ec320ef7f58a477d090818822cc257e Mon Sep 17 00:00:00 2001 From: Artak Mkrtchyan Date: Mon, 22 Jan 2018 18:10:01 -0800 Subject: [PATCH] Removed unnecessary comment --- .../Internal/DefaultAntiforgeryTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/Internal/DefaultAntiforgeryTest.cs b/test/Microsoft.AspNetCore.Antiforgery.Test/Internal/DefaultAntiforgeryTest.cs index 4f041d4fc3..faf895d524 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/Internal/DefaultAntiforgeryTest.cs +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/Internal/DefaultAntiforgeryTest.cs @@ -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);