mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2024-12-04 15:20:18 +00:00
disable logs
This commit is contained in:
parent
85a93763c1
commit
43c3908409
@ -24,11 +24,6 @@ pub unsafe fn allocate(elem_count: usize, elem_ty: usize) -> usize {
|
||||
}
|
||||
|
||||
let allocated_mem = allocate_impl(elem_count, elem_ty);
|
||||
println!(
|
||||
"sdk.allocate: {} {} -> {}\n",
|
||||
elem_count, elem_ty, allocated_mem
|
||||
);
|
||||
|
||||
crate::debug_log!(format!(
|
||||
"sdk.allocate: {} {} -> {}\n",
|
||||
elem_count, elem_ty, allocated_mem
|
||||
|
Loading…
Reference in New Issue
Block a user