Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jan 8, 2025
1 parent eac2101 commit ab7bc84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/containers/Panel.hx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class Panel extends VBox {
#if (haxeui_openfl || haxeui_nme || haxeui_flixel)

public override function set_width(value:Float):Float {
trace(contentContainer);
if (contentContainer != null) {
contentContainer.percentWidth = 100;
}
Expand Down

0 comments on commit ab7bc84

Please sign in to comment.