Remove useless prints
This commit is contained in:
parent
101ee2d8e5
commit
a51a2c8f56
@ -358,8 +358,6 @@ pub fn analyze_expr(
|
|||||||
})
|
})
|
||||||
.collect::<Vec<_>>(),
|
.collect::<Vec<_>>(),
|
||||||
);
|
);
|
||||||
dbg!(ty);
|
|
||||||
dbg!(&source_module.associated_functions);
|
|
||||||
set_autocomplete(map, meta.range.end, function_autocomplete.clone());
|
set_autocomplete(map, meta.range.end, function_autocomplete.clone());
|
||||||
}
|
}
|
||||||
mir::ExprKind::If(IfExpression(cond, then_e, else_e)) => {
|
mir::ExprKind::If(IfExpression(cond, then_e, else_e)) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user