diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index e765a9926b769bcf820c3b5d61d17c33f6d4df58..b6b00e7869992af0d38e9d8395741b58098952f2 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -425,8 +425,6 @@ fn quit(_: &Quit, cx: &mut gpui::MutableAppContext) { let should_confirm = cx.global::().confirm_quit; cx.spawn(|mut cx| async move { - dbg!(should_confirm, workspaces.first()); - if let (true, Some(workspace)) = (should_confirm, workspaces.first()) { let answer = cx .prompt(