remove stale comment

This commit is contained in:
Gilles Boccon-Gibod
2023-02-14 16:05:46 -08:00
parent 2d44de611f
commit a8beb6b1ff
-1
View File
@@ -82,7 +82,6 @@ class Delegate(PairingDelegate):
await asyncio.sleep(1)
session = PromptSession(message)
# with patch_stdout.patch_stdout(raw=True):
response = await session.prompt_async()
return response.lower().strip()