Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jan 18, 2024
1 parent 7c2304e commit 21d8df8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haxe/ui/backend/ScreenImpl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class ScreenImpl extends ScreenBase {
}

private function onWindowResize() {
trace("window resized");
MouseHelper.updateScale(true);
resizeRootComponents();
if (_mapping.exists(UIEvent.RESIZE)) {
Expand Down

0 comments on commit 21d8df8

Please sign in to comment.