Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 694a03e

Browse files
mvinesmergify[bot]
authored andcommitted
Drop compute unit logging
1 parent a80f8e4 commit 694a03e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

associated-token-account/program/src/processor.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use solana_program::{
55
account_info::{next_account_info, AccountInfo},
66
entrypoint::ProgramResult,
77
info,
8-
log::sol_log_compute_units,
98
program::{invoke, invoke_signed},
109
program_error::ProgramError,
1110
pubkey::Pubkey,
@@ -47,8 +46,6 @@ pub fn process_instruction(
4746
&[bump_seed],
4847
];
4948

50-
sol_log_compute_units();
51-
5249
// Fund the associated token account with the minimum balance to be rent exempt
5350
let rent = &Rent::from_account_info(rent_sysvar_info)?;
5451
let required_lamports = rent

0 commit comments

Comments
 (0)