summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go2
1 files changed, 1 insertions, 1 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
}