mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-31 22:12:08 +00:00
remove redundant println
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user