From 535646335af49fa8f27ba28ef62d2f96cac2f451 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Feb 2025 23:43:08 -0600 Subject: [PATCH] rm debugging output --- help.go | 2 +- stdoutShow.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/help.go b/help.go index e37d7b5..f0cf48b 100644 --- a/help.go +++ b/help.go @@ -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 } diff --git a/stdoutShow.go b/stdoutShow.go index 329efbe..fbc94f2 100644 --- a/stdoutShow.go +++ b/stdoutShow.go @@ -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