diff --git a/crates/workspace/src/workspace.rs b/crates/workspace/src/workspace.rs index 2bbcfa80a2..9b394608ae 100644 --- a/crates/workspace/src/workspace.rs +++ b/crates/workspace/src/workspace.rs @@ -1779,8 +1779,6 @@ impl Workspace { pub fn add_item(&mut self, item: Box, cx: &mut ViewContext) { if let Some(text) = item.telemetry_event_text(cx) { - dbg!("workspace"); - dbg!(&text); self.client() .telemetry() .report_app_event(format!("{}: open", text));