Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
figuerom16 committed Feb 2, 2024
1 parent cb7a9e5 commit 4034347
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions escape.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package terminal

import (
"fmt"
"log"
"strconv"
"strings"
Expand Down Expand Up @@ -143,7 +142,6 @@ func escapeDeleteChars(t *Terminal, msg string) {
}

t.content.SetRow(t.cursorRow, widget.TextGridRow{Cells: cells})
fmt.Println(t.content.Text())
}

func escapeEraseInLine(t *Terminal, msg string) {
Expand Down

0 comments on commit 4034347

Please sign in to comment.