mirror of
https://github.com/bloeys/nterm.git
synced 2025-12-29 06:28:20 +00:00
Remove prints
This commit is contained in:
2
main.go
2
main.go
@ -459,10 +459,8 @@ func (nt *nterm) DrawTextAnsiCodesOnGlyphGrid(bs []byte) {
|
||||
|
||||
if payload.Type.HasOption(ansi.AnsiCodePayloadType_ColorFg) {
|
||||
currFgColor = payload.Info
|
||||
println("settings fg color to", payload.Info.String())
|
||||
} else if payload.Type.HasOption(ansi.AnsiCodePayloadType_ColorBg) {
|
||||
currBgColor = payload.Info
|
||||
println("settings bg color to", payload.Info.String())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user