remove redundant println

This commit is contained in:
vms 2020-06-24 15:06:42 +03:00
parent a87cf1f528
commit 3f0da9f9bc

View File

@ -162,7 +162,6 @@ where
invocation_inputs: &[InterfaceValue],
wasm_instance: &mut Instance,
) -> InterpreterResult<Stack<InterfaceValue>> {
println!("into interpreter run");
let mut runtime = Runtime {
invocation_inputs,
stack: Stack::new(),