diff --git a/beacon_node/beacon_chain/src/state_transition.rs b/beacon_node/beacon_chain/src/state_transition.rs index df6712273..405da055c 100644 --- a/beacon_node/beacon_chain/src/state_transition.rs +++ b/beacon_node/beacon_chain/src/state_transition.rs @@ -120,8 +120,6 @@ where ); } - debug!("Block signature is valid."); - /* * RANDAO */ @@ -136,8 +134,6 @@ where Error::BadRandaoSignature ); - debug!("RANDAO signature is valid."); - // TODO: check this is correct. let new_mix = { let mut mix = state.latest_randao_mixes