From 5336ee2444a831e10600f8573d4460e7d7e3f9e8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Jun 2019 22:22:04 -0700 Subject: make a buttonMap Signed-off-by: Jeff Carr --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.go') 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 { -- cgit v1.2.3