We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c69974 commit 19d5a1eCopy full SHA for 19d5a1e
src/hyperlight_guest/src/guest_handle/io.rs
@@ -89,7 +89,6 @@ impl GuestHandle {
89
}
90
91
/// Pushes the given data onto the shared output data buffer.
92
- #[instrument(skip_all, parent = Span::current(), level= "Trace")]
93
pub fn push_shared_output_data(&self, data: &[u8]) -> Result<()> {
94
let peb_ptr = self.peb().unwrap();
95
let output_stack_size = unsafe { (*peb_ptr).output_stack.size as usize };
0 commit comments