mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 18:55:01 +00:00
feat: clean up logs (#1473)
This commit is contained in:
parent
2639dbd49e
commit
be1bf802c0
5 changed files with 14 additions and 14 deletions
|
@ -103,7 +103,7 @@ impl LspWorldExt for tinymist_project::LspWorld {
|
|||
fn uri_for_id(&self, fid: FileId) -> Result<Url, FileError> {
|
||||
let res = path_res_to_url(self.path_for_id(fid)?);
|
||||
|
||||
log::info!("uri_for_id: {fid:?} -> {res:?}");
|
||||
crate::log_debug_ct!("uri_for_id: {fid:?} -> {res:?}");
|
||||
res.map_err(|err| FileError::Other(Some(eco_format!("convert to url: {err:?}"))))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue