diff --git a/crates/command_palette/src/command_palette.rs b/crates/command_palette/src/command_palette.rs index 315419643f..abb381a67e 100644 --- a/crates/command_palette/src/command_palette.rs +++ b/crates/command_palette/src/command_palette.rs @@ -402,7 +402,6 @@ impl PickerDelegate for CommandPaletteDelegate { _window: &mut Window, cx: &mut Context>, ) -> Option { - dbg!(self.selected_ix); if self.selected_ix != 0 { return None; }