Skip to content

Commit 4741bf1

Browse files
committed
Remove stray println
1 parent cefe9fd commit 4741bf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beacon_node/beacon_chain/src/validator_monitor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ impl<T: EthSpec> ValidatorMonitor<T> {
599599
{
600600
let i = *proposer_index as u64;
601601
if let Some(pub_key) = self.indices.get(&i) {
602-
println!("{:?}", self.indices);
603602
if let Some(validator) = self.validators.get(pub_key) {
604603
let missed_block = MissedBlock {
605604
slot,

0 commit comments

Comments
 (0)