remove debug

This commit is contained in:
Will McGugan
2024-07-09 10:49:40 +01:00
parent 63e586c956
commit c0e3434627

View File

@@ -163,8 +163,6 @@ async def test_move_after_permutations() -> None:
await pilot.app.mount(container)
await pilot.pause()
print(1, container.children)
print(2, child)
container.move_child(child, after=target)
assert container._nodes[0].id == "widget-1"
assert container._nodes[1].id == "widget-0"