Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Oct 4, 2023
1 parent 4e53ce5 commit 474dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm-runtime/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub fn convert_prologue_runtime_error(error: VMError) -> Result<(), VMStatus> {
StatusCode::UNEXPECTED_ERROR_FROM_KNOWN_MOVE_FUNCTION
}
};
println!("YSG {:#?}", new_major_status);
// println!("YSG {:#?}", new_major_status);
VMStatus::Error(new_major_status)
}
status @ VMStatus::ExecutionFailure { .. } | status @ VMStatus::Error(_) => {
Expand Down

0 comments on commit 474dc10

Please sign in to comment.