Clean up
This commit is contained in:
parent
fc7cffcb70
commit
44dc6db377
@ -112,8 +112,6 @@ impl AbstractTree for FunctionNode {
|
||||
let r#type = Type::function(parameter_types, return_type.take_inner());
|
||||
let syntax_position = node.range().into();
|
||||
|
||||
println!("{context}");
|
||||
|
||||
Ok(FunctionNode {
|
||||
parameters,
|
||||
body,
|
||||
|
Loading…
Reference in New Issue
Block a user