rm debugging output

This commit is contained in:
Jeff Carr 2025-02-10 23:43:08 -06:00
parent 8d24366492
commit 535646335a
2 changed files with 1 additions and 2 deletions

View File

@ -145,7 +145,7 @@ func setThingsOnTop() {
me.baseGui.SetViewOnBottom("msg")
}
if me.stdout.startOnscreen {
log.Info("THIS TRIGGERS STDOUT")
// log.Info("THIS TRIGGERS STDOUT") // todo: make a proper init() & move this there
me.stdout.tk.relocateStdout(me.stdout.lastW, me.stdout.lastH)
me.stdout.startOnscreen = false
}

View File

@ -27,7 +27,6 @@ func createStdout(g *gocui.Gui) bool {
msg := fmt.Sprintf("test out gocuiEvent() %d\n", me.ecount)
me.stdout.tk.Write([]byte(msg))
log.Log(NOW, "logStdout test out")
}
return true