remove dup log (#4155)

## Issue Addressed

NA

## Proposed Changes

remove duplicate log message.

## Additional Info

NA
This commit is contained in:
int88 2023-04-03 03:02:58 +00:00
parent 311e69db65
commit 1e029ce538

View File

@ -347,12 +347,6 @@ where
while block.slot() % slots_per_epoch != 0 {
block_slot = (block_slot / slots_per_epoch - 1) * slots_per_epoch;
debug!(
context.log(),
"Searching for aligned checkpoint block";
"block_slot" => block_slot,
);
debug!(
context.log(),
"Searching for aligned checkpoint block";