summaryrefslogtreecommitdiff
path: root/new-structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-08 10:22:38 -0500
committerJeff Carr <[email protected]>2021-10-08 10:22:38 -0500
commitc59560da383f56bb1a86f02b7b4ecf7bca3bb588 (patch)
tree888c34ff58ab27281b5e41f9afe5644c48fcf05f /new-structs.go
parent44cd73f8e70beb436862aa0134a7c044f8e2ec7b (diff)
NODE: going down a rabbit hole
Diffstat (limited to 'new-structs.go')
-rw-r--r--new-structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-structs.go b/new-structs.go
index 2f006ef..aa86ef9 100644
--- a/new-structs.go
+++ b/new-structs.go
@@ -2,7 +2,7 @@ package gui
import (
"log"
- "time"
+ // "time"
// "github.com/davecgh/go-spew/spew"
@@ -88,7 +88,7 @@ func (n *Node) Append(child *Node) {
child.Dump()
log.Println("parent node:")
n.Dump()
- time.Sleep(3 * time.Second)
+ // time.Sleep(3 * time.Second)
}
func (n *Node) List() {