mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 16:41:33 +00:00
Make mock func calls non printed in releases
This commit is contained in:
@ -145,7 +145,7 @@ pub struct InstanceOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
extern "C" fn mock_fn() -> i32 {
|
extern "C" fn mock_fn() -> i32 {
|
||||||
println!("CALLING MOCKED FUNC");
|
debug!("CALLING MOCKED FUNC");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user