Skip to content

Commit

Permalink
chore: cleanup useless comments (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo authored and bashbunni committed Jul 31, 2024
1 parent 8abcfb0 commit 4620e19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansi/elements.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ type Element struct {
// NewElement returns the appropriate render Element for a given node.
func (tr *ANSIRenderer) NewElement(node ast.Node, source []byte) Element {
ctx := tr.context
// fmt.Print(strings.Repeat(" ", ctx.blockStack.Len()), node.Type(), node.Kind())
// defer fmt.Println()

switch node.Kind() {
// Document
Expand Down

0 comments on commit 4620e19

Please sign in to comment.