remove: Remove logs that degrades performance

This happens when syncing from genesis while local-ingest-dir exists. Find better way of logging them, and before that, disable it.
This commit is contained in:
sprites0
2025-08-08 02:06:45 -04:00
parent 0c5a40884b
commit 239ee5f8e8

View File

@ -161,7 +161,6 @@ impl BlockSource for HlNodeBlockSource {
} }
} }
info!("Falling back to s3/ingest-dir for block @ Height [{height}]");
let block = self.fallback.collect_block(height).await?; let block = self.fallback.collect_block(height).await?;
self.update_last_fetch(height, now).await; self.update_last_fetch(height, now).await;
Ok(block) Ok(block)