Skip to content

Commit

Permalink
Remove missed debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ronf committed Nov 24, 2024
1 parent fc0d3cf commit 79f95ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asyncssh/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ async def _canonicalize_host(loop: asyncio.AbstractEventLoop,
canon_host = cname
break

print(f'{host} => {canon_host}')
return canon_host

if not options.canonicalize_fallback_local:
Expand Down

0 comments on commit 79f95ef

Please sign in to comment.