diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 5bd3accc13fbc49253c3f6b50b56037db5a1147c..d23889b42767991c5021edf3ff69f9dd23c66a82 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();