We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefe9fd commit 4741bf1Copy full SHA for 4741bf1
beacon_node/beacon_chain/src/validator_monitor.rs
@@ -599,7 +599,6 @@ impl<T: EthSpec> ValidatorMonitor<T> {
599
{
600
let i = *proposer_index as u64;
601
if let Some(pub_key) = self.indices.get(&i) {
602
- println!("{:?}", self.indices);
603
if let Some(validator) = self.validators.get(pub_key) {
604
let missed_block = MissedBlock {
605
slot,
0 commit comments