summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-10-09 05:31:59 -0500
committerJeff Carr <[email protected]>2021-10-09 05:31:59 -0500
commit822a1c8f2aeeda6b36437cf06c0fa65a45df29ef (patch)
tree5c7e00b2353d21960ca12f920e29fcbb8375e8c9 /debug.go
parent77d6d6d24e7574c49d6c578ac39f5410817abeaf (diff)
NODE: going down a rabbit hole
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 {