Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Oct 7, 2024
1 parent fcad361 commit 1cba7e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/containers/Stack.hx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ private class Builder extends CompositeBuilder {
_stack.selectedIndex = 0;
}
var childIndex = _stack.getComponentIndex(child);
trace(childIndex, _stack.selectedIndex);
if (childIndex != _stack.selectedIndex) {
child.hide();
} else if (childIndex == _stack.selectedIndex) {
Expand Down

0 comments on commit 1cba7e5

Please sign in to comment.