Skip to content

Commit 7e82efc

Browse files
committed
remove print
1 parent 72d8049 commit 7e82efc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/_arrange.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def arrange(
5353
Returns:
5454
Widget arrangement information.
5555
"""
56+
print("ARRANGE", widget)
5657
placements: list[WidgetPlacement] = []
5758
scroll_spacing = NULL_SPACING
5859
styles = widget.styles

0 commit comments

Comments
 (0)