Skip to content

Commit 2e75d05

Browse files
committed
ref: remove redundant sync info log
1 parent 2dc6aeb commit 2e75d05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/block_range_scanner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,6 @@ impl<N: Network> Service<N> {
479479
Self::process_live_block_buffer(live_block_buffer_receiver, subscriber, cutoff).await;
480480
});
481481

482-
info!("Successfully transitioned from historical to live data");
483-
484482
Ok(())
485483
}
486484

0 commit comments

Comments
 (0)