rm debugging output
This commit is contained in:
parent
8d24366492
commit
535646335a
2
help.go
2
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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue