From 4c76bfac47ff1ac0a9901e489e11c97b537168d7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Jun 2019 21:56:43 -0700 Subject: remove 'Action' 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 2074e1f..e3bdc97 100644 --- a/debug.go +++ b/debug.go @@ -21,7 +21,7 @@ func WatchGUI() { if (count > 20) { log.Println("Sleep() in watchGUI() Data.State =", Data.State) for i, window := range Data.Windows { - log.Println("watchGUI() Data.Windows", i, "Action =", window.Action) + log.Println("watchGUI() Data.Windows", i, "Name =", window.Name) for name, abox := range window.BoxMap { log.Printf("\twatchGUI() BOX mapname=%-12s abox.Name=%-12s", name, abox.Name) /* -- cgit v1.2.3