Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Sep 11, 2021
1 parent d3c684f commit 93d8bf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions runtime/src/message_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,6 @@ mod tests {
metas.clone(),
);
let message = Message::new(&[callee_instruction], None);
println!("message {:?}", message);

let feature_set = FeatureSet::all_enabled();
let demote_program_write_locks = feature_set.is_active(&demote_program_write_locks::id());
Expand Down Expand Up @@ -1316,11 +1315,9 @@ mod tests {
];

for case in cases {
println!("callee_program_id {}", callee_program_id);
let callee_instruction =
Instruction::new_with_bincode(callee_program_id, &case.0, metas.clone());
let message = Message::new(&[callee_instruction], None);
println!("message {:?}", message);

let ancestors = Ancestors::default();
let blockhash = Hash::default();
Expand Down

0 comments on commit 93d8bf2

Please sign in to comment.