Skip to content

Commit 79f95ef

Browse files
committed
Remove missed debugging code
1 parent fc0d3cf commit 79f95ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asyncssh/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ async def _canonicalize_host(loop: asyncio.AbstractEventLoop,
311311
canon_host = cname
312312
break
313313

314-
print(f'{host} => {canon_host}')
315314
return canon_host
316315

317316
if not options.canonicalize_fallback_local:

0 commit comments

Comments
 (0)