Skip to content

Commit

Permalink
Remove legacy msg form
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Dec 10, 2021
1 parent 1a0155e commit 442ff89
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/rust/logging/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ pub fn process_instruction(
// Log a string
msg!("static string");

// Log 5 numbers as u64s in hexadecimal format
msg!(
instruction_data[0],
instruction_data[1],
instruction_data[2],
instruction_data[3],
instruction_data[4]
);

// Log a slice
sol_log_slice(instruction_data);

Expand Down

0 comments on commit 442ff89

Please sign in to comment.