remove dup log (#4155)
## Issue Addressed NA ## Proposed Changes remove duplicate log message. ## Additional Info NA
This commit is contained in:
parent
311e69db65
commit
1e029ce538
@ -347,12 +347,6 @@ where
|
|||||||
while block.slot() % slots_per_epoch != 0 {
|
while block.slot() % slots_per_epoch != 0 {
|
||||||
block_slot = (block_slot / slots_per_epoch - 1) * slots_per_epoch;
|
block_slot = (block_slot / slots_per_epoch - 1) * slots_per_epoch;
|
||||||
|
|
||||||
debug!(
|
|
||||||
context.log(),
|
|
||||||
"Searching for aligned checkpoint block";
|
|
||||||
"block_slot" => block_slot,
|
|
||||||
);
|
|
||||||
|
|
||||||
debug!(
|
debug!(
|
||||||
context.log(),
|
context.log(),
|
||||||
"Searching for aligned checkpoint block";
|
"Searching for aligned checkpoint block";
|
||||||
|
Loading…
Reference in New Issue
Block a user