summaryrefslogtreecommitdiff
path: root/eventMouseClick.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 12:08:13 -0600
committerJeff Carr <[email protected]>2025-01-31 13:47:45 -0600
commit5b39848b6448c8b95764bd42146e4e13b469876e (patch)
tree358aa0540d159ea4233e82977c656afb874d1162 /eventMouseClick.go
parentbbdf7fefbd9d812b4db575a57d9d159d68921f7f (diff)
more helpful and easier to read debugging output
Diffstat (limited to 'eventMouseClick.go')
-rw-r--r--eventMouseClick.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/eventMouseClick.go b/eventMouseClick.go
index 80a7919..657cbf9 100644
--- a/eventMouseClick.go
+++ b/eventMouseClick.go
@@ -64,7 +64,6 @@ func (w *guiWidget) doWidgetClick() {
child.hideWidgets()
}
}
- // w.dumpTree("click end")
case widget.Checkbox:
if w.node.State.Checked {
log.Log(WARN, "checkbox is being set to false")