Skip to content

Commit 1e029ce

Browse files
committed
remove dup log (#4155)
## Issue Addressed NA ## Proposed Changes remove duplicate log message. ## Additional Info NA
1 parent 311e69d commit 1e029ce

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

beacon_node/client/src/builder.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,6 @@ where
347347
while block.slot() % slots_per_epoch != 0 {
348348
block_slot = (block_slot / slots_per_epoch - 1) * slots_per_epoch;
349349

350-
debug!(
351-
context.log(),
352-
"Searching for aligned checkpoint block";
353-
"block_slot" => block_slot,
354-
);
355-
356350
debug!(
357351
context.log(),
358352
"Searching for aligned checkpoint block";

0 commit comments

Comments
 (0)