Fixing language on comment

This commit is contained in:
Justin Kotalik 2016-07-27 09:05:16 -07:00
parent 6b2e092aad
commit 4687aad61e
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ namespace Microsoft.AspNetCore.Rewrite.ModRewrite
else if (context.Current == Space || context.Current == Tab)
{
// time to capture!
// TODO: This kinda sucks, set state and skip
var token = context.Capture();
if (!string.IsNullOrEmpty(token))
{