mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 20:35:20 +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
|
|
@ -239,7 +239,7 @@ impl RenameFileWorker<'_> {
|
|||
if importing.map_or(true, |i| i != self.def_fid) {
|
||||
return None;
|
||||
}
|
||||
log::debug!("import: {span:?} -> {importing:?} v.s. {:?}", self.def_fid);
|
||||
crate::log_debug_ct!("import: {span:?} -> {importing:?} v.s. {:?}", self.def_fid);
|
||||
// rename_importer(self.ctx, &ref_src, *span, &self.diff, edits);
|
||||
|
||||
let root = LinkedNode::new(src.root());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue