Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed May 18, 2024
1 parent 230fdef commit 132ed04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/containers/TreeViewNode.hx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ private class Expanded extends DataBehaviour {
}
var event = new TreeViewEvent(eventType);
event.node = cast(_component, TreeViewNode);
trace("dispatch event");
var treeview = _component.findAncestor(TreeView);
treeview.dispatch(event);

Expand Down

0 comments on commit 132ed04

Please sign in to comment.