From 0c360c893e111ca05b8f155991b4b0223cf516cc Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Thu, 13 Mar 2025 20:38:15 +0800 Subject: [PATCH] log --- validator_client/validator_services/src/duties_service.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/validator_client/validator_services/src/duties_service.rs b/validator_client/validator_services/src/duties_service.rs index c6280a59ff..e99e2c9cb2 100644 --- a/validator_client/validator_services/src/duties_service.rs +++ b/validator_client/validator_services/src/duties_service.rs @@ -154,9 +154,7 @@ async fn make_selection_proof( debug!( log, "Partial selection proof from VC"; - "Validator index" => selections.validator_index, - "Slot" => selections.slot, - "Selection proof" => ?selections.selection_proof, + "Selection proof" => ?selections, ); // println!("Selection proof: {:?}", selections); async move {