diff --git a/gpui/src/app.rs b/gpui/src/app.rs index bf0e049a48..863cb94f27 100644 --- a/gpui/src/app.rs +++ b/gpui/src/app.rs @@ -960,11 +960,6 @@ impl MutableAppContext { if self.pending_effects.is_empty() { self.flushing_effects = false; - - for (key, view) in &self.ctx.views { - log::info!("{:?} {}", key, view.ui_name()); - } - break; } }