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,
|
&mut out_result,
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
println!("result from __call_protected: {}", result);
|
|
||||||
if result == 1 {
|
if result == 1 {
|
||||||
Ok(())
|
Ok(())
|
||||||
} else {
|
} else {
|
||||||
println!("returning error from _call_protected");
|
|
||||||
Err(out_result)
|
Err(out_result)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user