summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-14 19:12:18 -0600
committerJeff Carr <[email protected]>2025-02-14 19:12:18 -0600
commit29f8f406ef9823d5ce5b2f7a68d01ef454b0d47c (patch)
tree99034c02c6505c9982970d7918db97b390db4f6f /init.go
parent74de0ac89d0ebae039a11685e2a7d06fd656ecec (diff)
take out delayv0.22.10
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.go b/init.go
index 2d56adc..f2fa6ad 100644
--- a/init.go
+++ b/init.go
@@ -9,7 +9,6 @@ import (
"os"
"runtime/debug"
"sync"
- "time"
"go.wit.com/log"
"go.wit.com/widget"
@@ -38,7 +37,7 @@ func (me *TreeInfo) catchActionChannel() {
log.Verbose("catchActionChannel() on ", a.WidgetId, a.WidgetType, a.ProgName)
muAction.Lock()
me.WaitOK()
- time.Sleep(10 * time.Millisecond)
+ // time.Sleep(10 * time.Millisecond)
me.doAction(a)
muAction.Unlock()
}