summaryrefslogtreecommitdiff
path: root/stdoutShow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-10 23:43:08 -0600
committerJeff Carr <[email protected]>2025-02-10 23:43:08 -0600
commit535646335af49fa8f27ba28ef62d2f96cac2f451 (patch)
tree1150c360a7505b5f2df72a03c31c7d3c648d9459 /stdoutShow.go
parent8d24366492abf65793a1395619bd30c1bd5a8973 (diff)
rm debugging output
Diffstat (limited to 'stdoutShow.go')
-rw-r--r--stdoutShow.go1
1 files changed, 0 insertions, 1 deletions
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