Removed dbg

This commit is contained in:
Mikayla Maki 2023-01-20 16:47:23 -08:00
parent 94b2f8e07f
commit bb24f1142f

View file

@ -425,8 +425,6 @@ fn quit(_: &Quit, cx: &mut gpui::MutableAppContext) {
let should_confirm = cx.global::<Settings>().confirm_quit; let should_confirm = cx.global::<Settings>().confirm_quit;
cx.spawn(|mut cx| async move { cx.spawn(|mut cx| async move {
dbg!(should_confirm, workspaces.first());
if let (true, Some(workspace)) = (should_confirm, workspaces.first()) { if let (true, Some(workspace)) = (should_confirm, workspaces.first()) {
let answer = cx let answer = cx
.prompt( .prompt(