chore(app): 804 Suggested changes - Remove the comment

This commit is contained in:
yashksaini-coder
2025-08-25 12:43:18 +05:30
parent 6a0a7c21e8
commit 6c6adf7459

View File

@ -49,7 +49,6 @@ async def _echo_stream_handler(stream: INetStream) -> None:
async def run(port: int, destination: str, seed: int | None = None) -> None:
# CHANGED: previously hardcoded 0.0.0.0
if port <= 0:
port = find_free_port()
listen_addr = get_available_interfaces(port)