remove for now

This commit is contained in:
Jeff Carr 2025-03-05 03:47:31 -06:00
parent f65d80862e
commit cc75f34f6f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func newaction(n *tree.Node, atype widget.ActionType) {
// w.disableColor() // w.disableColor()
case widget.Delete: case widget.Delete:
log.Info("newaction() DeleteNode()") log.Info("newaction() DeleteNode()")
n.DeleteNode() // n.DeleteNode()
case widget.ToolkitClose: case widget.ToolkitClose:
log.Info("newaction() toolkit closed. are the channels cleand up?") log.Info("newaction() toolkit closed. are the channels cleand up?")
return return