summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-02 22:22:04 -0700
committerJeff Carr <[email protected]>2019-06-02 22:22:04 -0700
commit5336ee2444a831e10600f8573d4460e7d7e3f9e8 (patch)
treeb4839dbc86267fbf46ef2bbbe04fa62be1d6391b /debug.go
parent4c76bfac47ff1ac0a9901e489e11c97b537168d7 (diff)
make a buttonMap
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index e3bdc97..42937d1 100644
--- a/debug.go
+++ b/debug.go
@@ -19,7 +19,7 @@ func WatchGUI() {
for {
if (count > 20) {
- log.Println("Sleep() in watchGUI() Data.State =", Data.State)
+ log.Println("Sleep() in watchGUI()")
for i, window := range Data.Windows {
log.Println("watchGUI() Data.Windows", i, "Name =", window.Name)
for name, abox := range window.BoxMap {