mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-02 17:32:16 +00:00
dev: remove some debug logging (#300)
This commit is contained in:
parent
937f6f042f
commit
71591b1f08
1 changed files with 2 additions and 2 deletions
|
@ -698,7 +698,7 @@ fn type_completion(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log::info!("type_completion: {:?}", infer_type);
|
log::debug!("type_completion: {:?}", infer_type);
|
||||||
|
|
||||||
match infer_type? {
|
match infer_type? {
|
||||||
Ty::Any => return None,
|
Ty::Any => return None,
|
||||||
|
@ -1113,7 +1113,7 @@ pub fn complete_path(
|
||||||
rng = cursor..cursor;
|
rng = cursor..cursor;
|
||||||
is_in_text = false;
|
is_in_text = false;
|
||||||
}
|
}
|
||||||
log::info!("complete_path: is_in_text: {is_in_text:?}");
|
log::debug!("complete_path: is_in_text: {is_in_text:?}");
|
||||||
let path = Path::new(text.as_str());
|
let path = Path::new(text.as_str());
|
||||||
let has_root = path.has_root();
|
let has_root = path.has_root();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue