disable mucking with STDOUT

This commit is contained in:
Jeff Carr 2024-02-12 15:22:38 -06:00
parent ff8d332dff
commit 2070927d3b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func (d *LogSettings) draw() {
d.buttonG = g
g.NewButton("Redirect STDOUT to /tmp/", func() {
log.SetTmp()
// log.SetTmp()
})
g.NewButton("restore defaults", func() {