Skip to content

Commit 461efbf

Browse files
committed
Remove warning.
1 parent a878d3e commit 461efbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/networking/rpc/engine/fork_choice.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ async fn handle_forkchoice(
246246
}
247247

248248
if context.syncer.sync_mode() == SyncMode::Snap {
249-
warn!("Snap sync in progress, setting new head optimistically");
250249
context.syncer.set_head(fork_choice_state.head_block_hash);
251250
return Ok((None, PayloadStatus::syncing().into()));
252251
}

0 commit comments

Comments
 (0)