workspace: Remove stray println!
(#25189)
This PR removes a stray `println!` that was left over from #25185. Release Notes: - N/A
This commit is contained in:
parent
40425093df
commit
af6cdd87cd
1 changed files with 0 additions and 1 deletions
|
@ -1804,7 +1804,6 @@ impl Workspace {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn close_window(&mut self, _: &CloseWindow, window: &mut Window, cx: &mut Context<Self>) {
|
pub fn close_window(&mut self, _: &CloseWindow, window: &mut Window, cx: &mut Context<Self>) {
|
||||||
println!("workspace::close_window");
|
|
||||||
let prepare = self.prepare_to_close(CloseIntent::CloseWindow, window, cx);
|
let prepare = self.prepare_to_close(CloseIntent::CloseWindow, window, cx);
|
||||||
cx.spawn_in(window, |_, mut cx| async move {
|
cx.spawn_in(window, |_, mut cx| async move {
|
||||||
if prepare.await? {
|
if prepare.await? {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue