mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-23 12:45:04 +00:00
dev: disable all runtime check to log::debug!
(#912)
This commit is contained in:
parent
8b495fe2ab
commit
ed79045588
33 changed files with 158 additions and 159 deletions
|
@ -150,7 +150,7 @@ impl StatefulRequest for CompletionRequest {
|
|||
let ty_chk = ctx.type_check(&source);
|
||||
|
||||
let ty = ty_chk.type_of_span(cano_expr.span());
|
||||
log::debug!("check string ty: {ty:?}");
|
||||
crate::log_debug_ct!("check string ty: {ty:?}");
|
||||
if let Some(Ty::Builtin(BuiltinTy::Path(path_filter))) = ty {
|
||||
completion_result =
|
||||
complete_path(ctx, Some(cano_expr), &source, cursor, &path_filter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue