scylla_cluster: Remove left-over debug printout

This commit is contained in:
Calle Wilund
2026-03-18 17:50:52 +01:00
parent 05b11a3b82
commit b36dc80835

View File

@@ -892,7 +892,6 @@ class ScyllaServer:
return
await report_error("the node startup failed, but the log file doesn't contain the expected error")
await report_error("failed to start the node")
self.logger.info("Wait me %s expect %s is %s", self.server_id, expected_server_up_state, server_up_state)
if await self.try_get_host_id(api):
if server_up_state == ServerUpState.PROCESS_STARTED:
server_up_state = ServerUpState.HOST_ID_QUERIED