summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
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 {