Skip to content

Commit dda9708

Browse files
committed
chore: remove errant println
1 parent e824e68 commit dda9708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core/src/surfnet/svm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ impl SurfnetSvm {
713713
pub fn airdrop(&mut self, pubkey: &Pubkey, lamports: u64) -> SurfpoolResult<TransactionResult> {
714714
// Capture pre-airdrop balances for the airdrop account, recipient, and system program.
715715
let airdrop_pubkey = self.inner.airdrop_pubkey();
716-
println!("Airdrop pubkey: {}", airdrop_pubkey);
717716

718717
let airdrop_account_before = self
719718
.get_account(&airdrop_pubkey)?

0 commit comments

Comments
 (0)