summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.go b/debug.go
index 9d6ad3b..ce18b2d 100644
--- a/debug.go
+++ b/debug.go
@@ -128,6 +128,7 @@ func (dn *GuiData) DumpNodeMap() {
}
}
+/*
func DebugDataNodeChildren() {
if Data.NodeMap == nil {
log.Println("DebugDataNodeChildren() NodeMap == nil")
@@ -143,6 +144,7 @@ func DebugDataNodeChildren() {
log.Println("\t\tHas children:", node.children)
}
}
+*/
func FindNode(name string) *Node {
if Data.NodeMap == nil {