mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove print
This commit is contained in:
@@ -53,6 +53,7 @@ def arrange(
|
||||
Returns:
|
||||
Widget arrangement information.
|
||||
"""
|
||||
print("ARRANGE", widget)
|
||||
placements: list[WidgetPlacement] = []
|
||||
scroll_spacing = NULL_SPACING
|
||||
styles = widget.styles
|
||||
|
||||
Reference in New Issue
Block a user