From 66af5030a7ea8dd4ee6140b7b2bbacba71046b36 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 25 Aug 2025 21:57:33 -0600 Subject: [PATCH] dbg! --- crates/command_palette/src/command_palette.rs | 1 - 1 file changed, 1 deletion(-) 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; }