Skip to content

Commit

Permalink
remove unneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Oct 2, 2024
1 parent cab49b9 commit fbc4b43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/exex/exex/src/notifications.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ where
/// - ExEx is at the same block number as the node head (`node_head.number ==
/// exex_head.number`). Nothing to do.
fn check_backfill(&mut self) -> eyre::Result<()> {
debug!(target: "exex::notifications", "Synchronizing ExEx head");

let backfill_job_factory =
BackfillJobFactory::new(self.executor.clone(), self.provider.clone());
match self.exex_head.block.number.cmp(&self.node_head.number) {
Expand Down

0 comments on commit fbc4b43

Please sign in to comment.