Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Apr 26, 2024
1 parent 6a97646 commit 104b8ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/core/ItemRenderer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class ItemRenderer extends Box {
}
var v = event.target.value;
if (_data != null && event.target.id != null) {
trace(event.target.id, _data);
var item:Dynamic = Reflect.getProperty(_data, event.target.id);
switch (Type.typeof(item)) {
case TObject:
Expand Down

0 comments on commit 104b8ad

Please sign in to comment.