diff --git a/src/protocol/tests/eval_calls.rs b/src/protocol/tests/eval_calls.rs index 5a261115429234916d32645a65ec6986d80741c8..c3539167f93d2e02f0b126181fa688d26a8be9b6 100644 --- a/src/protocol/tests/eval_calls.rs +++ b/src/protocol/tests/eval_calls.rs @@ -13,8 +13,6 @@ fn test_function_call() { f.call_ok(Some(Value::UInt32(7))); }); - println!("\n\n\n\n\n\n\n"); - Tester::new_single_source_expect_ok("with variable arg", " func add_two(u32 value) -> u32 { value += 1;