remove redundant heartbeat log

This commit is contained in:
Luna Yao
2026-04-28 05:20:53 +02:00
parent 88297868c3
commit 40d3e48cc4
3 changed files with 1 additions and 9 deletions
-1
View File
@@ -184,7 +184,6 @@ impl DnsNodeRuntime {
.scoped_client::<DnsNodeMgrRpcClientFactory<BaseController>>("".to_string())
.await?;
tracing::trace!(?request, "sending heartbeat");
let response = client.heartbeat(BaseController::default(), request).await?;
if response.resync {
tracing::trace!("resync requested by server, sending full snapshot");