Remove msg spam from deploying

(cherry picked from commit 52c1eb0160)
This commit is contained in:
Ryan Laursen
2021-12-22 17:31:11 -08:00
committed by Michael Vines
parent 7d61935bf1
commit 8f3e37c174

View File

@ -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<_>, _>>()?