From d7c874e6d3da1f8cdd783594132c157af93d00f8 Mon Sep 17 00:00:00 2001 From: Piotr Macek <4007944+piotrm50@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:38:26 +0100 Subject: [PATCH] chore(starfish): remove redundant log message in fetch task --- crates/starfish/core/src/transactions_synchronizer.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/starfish/core/src/transactions_synchronizer.rs b/crates/starfish/core/src/transactions_synchronizer.rs index 81898fbd402..fa11f81a29d 100644 --- a/crates/starfish/core/src/transactions_synchronizer.rs +++ b/crates/starfish/core/src/transactions_synchronizer.rs @@ -577,7 +577,6 @@ impl TransactionsSynchronizer { /// Starts a task to fetch missing transactions from other authorities. async fn start_fetch_missing_transactions_task(&mut self) -> ConsensusResult<()> { - info!("Kick in periodic synchronizer to fetch missing transactions"); // Get missing transactions from the core let missing_transactions = self .core_dispatcher