summaryrefslogtreecommitdiff
path: root/debugWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-28 10:30:27 -0500
committerJeff Carr <[email protected]>2023-04-28 10:30:27 -0500
commit03942de00e133daf59da8ed3b6c3e71ce8afe316 (patch)
treea5d5e4b3899631d939b90d1cfa21bc165be76695 /debugWindow.go
parent8b5f8fe42d9b161090ff91960050565959ac65dd (diff)
further code cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debugWindow.go')
-rw-r--r--debugWindow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugWindow.go b/debugWindow.go
index 0c27a3f..febe961 100644
--- a/debugWindow.go
+++ b/debugWindow.go
@@ -121,7 +121,7 @@ func dropdownWindow(p *Node) {
// var last = ""
for _, child := range Config.rootNode.children {
- log(debugGui, "\t\t", child.id, child.Width, child.Height, child.Name)
+ log(logInfo, "\t\t", child.id, child.Name)
dd.AddDropdownName(child.Name)
// last = child.Name
mapWindows[child.Name] = child