From 3d28495c678a51bd07133c480b77ff5254cf5c66 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:35:39 +0100 Subject: [PATCH] fixup! Remove dbg statements --- 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 01f0d2a99a..edbe073b4a 100644 --- a/crates/editor2/src/editor.rs +++ b/crates/editor2/src/editor.rs @@ -2320,7 +2320,6 @@ impl Editor { self.blink_manager.update(cx, BlinkManager::pause_blinking); cx.emit(Event::SelectionsChanged { local }); cx.emit(SearchEvent::MatchesInvalidated); - dbg!(cx.entity_id()); if self.selections.disjoint_anchors().len() == 1 { cx.emit(SearchEvent::ActiveMatchChanged)