mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
fix: remove debugging (#215)
This commit is contained in:
parent
09c5882c97
commit
8293f9e2cc
1 changed files with 0 additions and 4 deletions
|
@ -447,10 +447,6 @@ fn type_completion(
|
|||
FlowBuiltinType::Path(p) => {
|
||||
let source = ctx.ctx.source_by_id(ctx.root.span().id()?).ok()?;
|
||||
|
||||
log::debug!(
|
||||
"type_path_completion: {:?}",
|
||||
&source.text()[ctx.cursor - 10..ctx.cursor]
|
||||
);
|
||||
ctx.completions2.extend(
|
||||
complete_path(ctx.ctx, None, &source, ctx.cursor, p)
|
||||
.into_iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue