chore: remove old comment Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
1 files changed, 0 insertions(+), 1 deletions(-) M termutil/charsets.go
M termutil/charsets.go => termutil/charsets.go +0 -1
@@ 54,7 54,6 @@ func (t *Terminal) scsHandler(pty chan MeasuredRune, which int) bool { cs, ok := charSets[b.Rune] if ok { - //terminal.logger.Debugf("Selected charset %v into G%v", string(b), which) t.activeBuffer.charsets[which] = cs return false }