mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Make mock func calls non printed in releases
This commit is contained in:
parent
27b4015373
commit
fbc2fc9c50
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user