Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 14, 2023
1 parent 7333349 commit 45e31d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/backend/ComponentImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class ComponentImpl extends ComponentBase {
return;
}
var delta = index - currentIndex;
trace(index, currentIndex, index - currentIndex);
if (index == this.childComponents.length - 1) {
element.appendChild(child.element);
} else if (delta >= 0) {
Expand Down

0 comments on commit 45e31d4

Please sign in to comment.