remove print

This commit is contained in:
Will McGugan
2025-10-06 11:07:27 +01:00
parent 72d8049946
commit 7e82efcb41

View File

@@ -53,6 +53,7 @@ def arrange(
Returns:
Widget arrangement information.
"""
print("ARRANGE", widget)
placements: list[WidgetPlacement] = []
scroll_spacing = NULL_SPACING
styles = widget.styles