Skip to content

Commit

Permalink
Remove msg spam from deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
RLaursen authored and mvines committed Dec 23, 2021
1 parent 93c776c commit 52c1eb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/checks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ pub fn get_fee_for_messages(
Ok(messages
.iter()
.map(|message| {
println!("msg {:?}", message.recent_blockhash);
rpc_client.get_fee_for_message(message)
})
.collect::<Result<Vec<_>, _>>()?
Expand Down

0 comments on commit 52c1eb0

Please sign in to comment.