mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
fixup! Remove dbg statements
This commit is contained in:
parent
ad38708ede
commit
3d28495c67
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue