mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +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;
|
let i = *proposer_index as u64;
|
||||||
if let Some(pub_key) = self.indices.get(&i) {
|
if let Some(pub_key) = self.indices.get(&i) {
|
||||||
println!("{:?}", self.indices);
|
|
||||||
if let Some(validator) = self.validators.get(pub_key) {
|
if let Some(validator) = self.validators.get(pub_key) {
|
||||||
let missed_block = MissedBlock {
|
let missed_block = MissedBlock {
|
||||||
slot,
|
slot,
|
||||||
|
|||||||
Reference in New Issue
Block a user