mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Remove stray eprintln
This commit is contained in:
parent
af45db6d1e
commit
a8bd602334
@ -2640,7 +2640,6 @@ impl BackgroundScannerState {
|
||||
fn reuse_entry_id(&mut self, entry: &mut Entry) {
|
||||
if let Some(mtime) = entry.mtime {
|
||||
if let Some(removed_entry_id) = self.removed_entry_ids.remove(&(entry.inode, mtime)) {
|
||||
eprintln!("detected that entry {entry:?} was renamed from inode and mtime reusing id {removed_entry_id:?}");
|
||||
entry.id = removed_entry_id;
|
||||
} else if let Some(existing_entry) = self.snapshot.entry_for_path(&entry.path) {
|
||||
entry.id = existing_entry.id;
|
||||
|
Loading…
Reference in New Issue
Block a user