summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 15:22:38 -0600
committerJeff Carr <[email protected]>2024-02-12 15:22:38 -0600
commit2070927d3b97a16e2d4dcc56d8fbccd2903ae731 (patch)
treee72757f397fc0f1ce98770182f5328dec0eac76b
parentff8d332dff27eafbfc1256bb4119d8b239670b90 (diff)
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 99831a0..1941585 100644
--- a/draw.go
+++ b/draw.go
@@ -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() {