summaryrefslogtreecommitdiff
path: root/cmds/textbox/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/textbox/main.go')
-rw-r--r--cmds/textbox/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/textbox/main.go b/cmds/textbox/main.go
index b2c7e6d..0dd17e6 100644
--- a/cmds/textbox/main.go
+++ b/cmds/textbox/main.go
@@ -24,7 +24,7 @@ func main() {
arg.MustParse(&args)
log.Println("Toolkit = ", args.Toolkit)
- gui.SetDebug(true)
+ // gui.SetDebug(true)
// gui.InitPlugins([]string{"gocui"})
// gui.InitPlugins([]string{"democui"})
gui.Main(initGUI)