Skip to content

Commit

Permalink
Remove println (solana-labs#29342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera authored and nickfrosty committed Jan 4, 2023
1 parent d3cbada commit 43fe4da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/src/admin_rpc_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ mod tests {
let res = io.handle_request_sync(&req, meta.clone());
let result: Value = serde_json::from_str(&res.expect("actual response"))
.expect("actual response deserialization");
println!("{:?}", result);
let sizes: HashMap<RpcAccountIndex, usize> =
serde_json::from_value(result["result"].clone()).unwrap();
assert_eq!(sizes.len(), 1);
Expand Down

0 comments on commit 43fe4da

Please sign in to comment.