Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Oct 8, 2023
1 parent 52d4b70 commit a4f4611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm-runtime/src/starcoin_vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ impl VMAdapter for StarcoinVM {
(vm_status, output, Some(sender))
}
PreprocessedTransaction::BlockMetadata(block_meta) => {
println!("YSG BlockMetadata");
// println!("YSG BlockMetadata");
let (vm_status, output) =
match self.process_block_metadata(data_cache, block_meta.clone()) {
Ok(output) => (VMStatus::Executed, output),
Expand Down

0 comments on commit a4f4611

Please sign in to comment.