From e0ea9a9ab55a188e0aa4a1e43b2bad9f4d815e26 Mon Sep 17 00:00:00 2001 From: Bennet Bo Fenner Date: Mon, 28 Oct 2024 16:00:38 +0100 Subject: [PATCH] Remove leftover comments from previous PR (#19820) Co-Authored-by: Thorsten Removes some leftover comments from #19766 Release Notes: - N/A Co-authored-by: Thorsten --- crates/editor/src/editor.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 5bd3accc13..d23889b427 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -223,7 +223,6 @@ pub fn render_parsed_markdown( } }), ); - // hello let mut links = Vec::new(); let mut link_ranges = Vec::new(); @@ -3785,9 +3784,6 @@ impl Editor { pub fn newline_below(&mut self, _: &NewlineBelow, cx: &mut ViewContext) { let buffer = self.buffer.read(cx); let snapshot = buffer.snapshot(cx); - // - // - // let mut edits = Vec::new(); let mut rows = Vec::new();