Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Mar 4, 2025
1 parent 9c4f237 commit 7601c9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ unsafe fn rust_vec_from_ffi_ptr<R: FFIAnalogue>(
ptr: *mut R::FFIType,
len: i32,
) -> Result<FzArray<R>, Error> {
println!("being called with ptr {ptr:?}, len {len}");

let Some(ptr) = NonNull::new(ptr) else {
return Err(Error::UnexpectedNullPtr);
};
Expand Down

0 comments on commit 7601c9a

Please sign in to comment.