diff options
Diffstat (limited to 'new-structs.go')
| -rw-r--r-- | new-structs.go | 4 |
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() { |
