Skip to content

Commit

Permalink
Merge pull request #36 from lidofinance/maintainer_fix
Browse files Browse the repository at this point in the history
removed debug log
  • Loading branch information
Shi-eld authored Apr 2, 2024
2 parents 6d63d9f + 54c2f7d commit bd082ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/maintainer/src/maintenance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ impl SolidoState {
.push(get_account_balance_except_rent(&rent, identity_account));
//validator_infos.push(validator_info);
validator_vote_accounts.push(None);
println!("validator_vote_accounts = none");
//validator_vote_accounts.push(Some(vote_state));
}
Err(err) => match err {
Expand Down

0 comments on commit bd082ad

Please sign in to comment.