Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws committed Jun 14, 2024
1 parent 51955d2 commit 66fd84f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions private/model/api/docstring.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@ func (e *htmlTokenEncoder) Encode(token xml.Token) error {
e.depth = 0
}

// TODO
////case xml.SelfClosingTagToken:
//// h.handler.OnSelfClosingTagToken(token)

case xml.CharData:
h.handler.OnTextTagToken(v)
}
Expand Down

0 comments on commit 66fd84f

Please sign in to comment.