mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Remove stray println
This commit is contained in:
@@ -599,7 +599,6 @@ impl<T: EthSpec> ValidatorMonitor<T> {
|
||||
{
|
||||
let i = *proposer_index as u64;
|
||||
if let Some(pub_key) = self.indices.get(&i) {
|
||||
println!("{:?}", self.indices);
|
||||
if let Some(validator) = self.validators.get(pub_key) {
|
||||
let missed_block = MissedBlock {
|
||||
slot,
|
||||
|
||||
Reference in New Issue
Block a user