server: remove python cluster mode port logging

This commit is contained in:
Koushik Dutta
2025-11-09 08:23:06 -08:00
parent 8dba09e047
commit 4ad594074a

View File

@@ -264,7 +264,6 @@ async def cluster_listen_zero(
port = cluster_server.sockets[0].getsockname()[1]
try:
print('trying to bind to port', port)
local_server = await asyncio.start_server(
callback, host="127.0.0.1", port=port
)