summaryrefslogtreecommitdiff
path: root/button.go
diff options
context:
space:
mode:
Diffstat (limited to 'button.go')
-rw-r--r--button.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/button.go b/button.go
index c1c1c73..ef73f73 100644
--- a/button.go
+++ b/button.go
@@ -43,8 +43,6 @@ func (n *Node) AddButton(name string, custom func(*Node)) *Node {
log.Println("gui.AppendButton() Button Clicked. Running custom()")
custom(newNode)
})
- // panic("AppendButton")
- // time.Sleep(3 * time.Second)
return newNode
}