diff --git a/crates/project_core/src/worktree.rs b/crates/project_core/src/worktree.rs index 2f665a5530..086be84c5c 100644 --- a/crates/project_core/src/worktree.rs +++ b/crates/project_core/src/worktree.rs @@ -1105,7 +1105,6 @@ impl LocalWorktree { let project_id = self.share.as_ref().map(|share| share.project_id); let text = buffer.as_rope().clone(); - // todo: po: this should be a "current" fingerprint let version = buffer.version(); let save = self.write_file(path.as_ref(), text, buffer.line_ending(), cx); let fs = Arc::clone(&self.fs);