Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit abc201b

Browse files
committed
Remove comment
1 parent cd03fe3 commit abc201b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.AspNetCore.Razor.Language/Legacy/TagHelperParseTreeRewriter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ private void ValidateParentAllowsContent(SyntaxNode child)
540540
var isDisallowedContent = true;
541541
if (_featureFlags.AllowHtmlCommentsInTagHelpers)
542542
{
543-
// TODO: Questionable logic. Need to revisit
544543
isDisallowedContent = !IsComment(child) &&
545544
!child.IsTransitionSpanKind() &&
546545
!child.IsCodeSpanKind();

0 commit comments

Comments
 (0)