mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Removing some print debugging
This commit is contained in:
@@ -18,8 +18,6 @@ class AwaitRemove:
|
||||
def __await__(self) -> Generator[None, None, None]:
|
||||
async def await_prune() -> None:
|
||||
"""Wait for the prune operation to finish."""
|
||||
print("BEFORE REMOVE FINISH")
|
||||
await self.finished_flag.wait()
|
||||
print("AFTER REMOVE FINISH")
|
||||
|
||||
return await_prune().__await__()
|
||||
|
||||
Reference in New Issue
Block a user