mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
remove dup log (#4155)
## Issue Addressed NA ## Proposed Changes remove duplicate log message. ## Additional Info NA
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user