From bb24f1142fd11754eeba40c800f2c9b280c23232 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Fri, 20 Jan 2023 16:47:23 -0800 Subject: [PATCH] Removed dbg --- crates/zed/src/zed.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index e765a9926b..b6b00e7869 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(