diff options
| author | Jeff Carr <[email protected]> | 2025-02-14 19:12:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-14 19:12:18 -0600 |
| commit | 29f8f406ef9823d5ce5b2f7a68d01ef454b0d47c (patch) | |
| tree | 99034c02c6505c9982970d7918db97b390db4f6f | |
| parent | 74de0ac89d0ebae039a11685e2a7d06fd656ecec (diff) | |
take out delayv0.22.10
| -rw-r--r-- | init.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() } |
