From 376bc70fcff25c7548e128e2f81cde8d5314e235 Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Thu, 13 Mar 2025 19:05:39 +0800 Subject: [PATCH] space --- validator_client/validator_services/src/duties_service.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/validator_client/validator_services/src/duties_service.rs b/validator_client/validator_services/src/duties_service.rs index 24c941cadf..c6280a59ff 100644 --- a/validator_client/validator_services/src/duties_service.rs +++ b/validator_client/validator_services/src/duties_service.rs @@ -157,7 +157,6 @@ async fn make_selection_proof( "Validator index" => selections.validator_index, "Slot" => selections.slot, "Selection proof" => ?selections.selection_proof, - ); // println!("Selection proof: {:?}", selections); async move {