mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 04:31:33 +00:00
remove unnecessary print statements (#177)
This commit is contained in:
@ -45,11 +45,9 @@ pub fn _call_protected(
|
||||
&mut out_result,
|
||||
)
|
||||
};
|
||||
println!("result from __call_protected: {}", result);
|
||||
if result == 1 {
|
||||
Ok(())
|
||||
} else {
|
||||
println!("returning error from _call_protected");
|
||||
Err(out_result)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user