mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 15:20:20 +00:00
remove redundant println
This commit is contained in:
parent
a87cf1f528
commit
3f0da9f9bc
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user