Improve validator-info CLI (#5121) (#5125)

automerge
This commit is contained in:
mergify[bot]
2019-07-16 09:08:35 -07:00
committed by Grimes
parent 1c3ade80c2
commit 7edaaeb2a1
3 changed files with 51 additions and 48 deletions

View File

@@ -293,7 +293,6 @@ impl RpcClient {
format!("GetProgramAccounts parse failure: {:?}", err),
)
})?;
println!("{:?}", accounts);
let mut pubkey_accounts: Vec<(Pubkey, Account)> = Vec::new();
for (string, account) in accounts.into_iter() {