This commit is contained in:
Tan Chee Keong
2025-03-13 19:05:39 +08:00
parent 81ee8e3f36
commit 376bc70fcf

View File

@@ -157,7 +157,6 @@ async fn make_selection_proof<T: SlotClock + 'static, E: EthSpec>(
"Validator index" => selections.validator_index,
"Slot" => selections.slot,
"Selection proof" => ?selections.selection_proof,
);
// println!("Selection proof: {:?}", selections);
async move {