mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Tidy out some verbose debugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user