remove debug print

This commit is contained in:
Kay Faraday 2023-09-21 07:41:49 +00:00
parent b94fb9c82c
commit 6398840ee1
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ async def handle_finger(reader, writer):
writer.write(resp.encode())
writer.write(b'\n')
finally:
print('running cleanup')
await writer.drain()
writer.close()
await writer.wait_closed()