diff options
| author | Jeff Carr <[email protected]> | 2025-02-10 23:43:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-10 23:43:08 -0600 |
| commit | 535646335af49fa8f27ba28ef62d2f96cac2f451 (patch) | |
| tree | 1150c360a7505b5f2df72a03c31c7d3c648d9459 /help.go | |
| parent | 8d24366492abf65793a1395619bd30c1bd5a8973 (diff) | |
rm debugging output
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
