diff options
| author | Jeff Carr <[email protected]> | 2023-04-23 10:45:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-23 10:45:43 -0500 |
| commit | 7d178283f1834ddd01123a5d5d0b160bb8d7234d (patch) | |
| tree | 029e95a3b339e3d5de281124b440f893ead0b5ca /cmds/buttonplugin/main.go | |
| parent | 1322a011e7f5b8665b671d4c5ee4e65804ca75be (diff) | |
more code cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/main.go')
| -rw-r--r-- | cmds/buttonplugin/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/buttonplugin/main.go b/cmds/buttonplugin/main.go index 6d556b3..7c62b21 100644 --- a/cmds/buttonplugin/main.go +++ b/cmds/buttonplugin/main.go @@ -16,7 +16,7 @@ var buttonCounter int = 5 func main() { // This will turn on all debugging - gui.SetDebug(true) + // gui.SetDebug(true) // myGui = gui.New().LoadToolkit("gocui") myGui = gui.New().LoadToolkit("andlabs") |
