From 0b7e324d86aacdaa738367029a1c846839e8fd43 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 1 Dec 2023 11:53:47 +0100 Subject: [PATCH] :fire: --- crates/editor2/src/editor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/editor2/src/editor.rs b/crates/editor2/src/editor.rs index 14f21a774e..6ef843dfd1 100644 --- a/crates/editor2/src/editor.rs +++ b/crates/editor2/src/editor.rs @@ -2898,7 +2898,6 @@ impl Editor { } pub fn newline(&mut self, _: &Newline, cx: &mut ViewContext) { - dbg!("!!!!!!!!!!"); self.transact(cx, |this, cx| { let (edits, selection_fixup_info): (Vec<_>, Vec<_>) = { let selections = this.selections.all::(cx);