diff options
| author | Jeff Carr <[email protected]> | 2019-06-02 21:56:43 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-02 21:56:43 -0700 |
| commit | 4c76bfac47ff1ac0a9901e489e11c97b537168d7 (patch) | |
| tree | fe34b5e4f3a3ee5219492e4fe9d23b3c70bf66d7 /debug.go | |
| parent | 2e99dd55bd8fa57958e23085362ab401c995d8b2 (diff) | |
remove 'Action'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) /* |
