Remove debugs
This commit is contained in:
parent
355d1fca82
commit
24db41fcdd
1 changed files with 0 additions and 2 deletions
|
@ -1779,8 +1779,6 @@ impl Workspace {
|
|||
|
||||
pub fn add_item(&mut self, item: Box<dyn ItemHandle>, cx: &mut ViewContext<Self>) {
|
||||
if let Some(text) = item.telemetry_event_text(cx) {
|
||||
dbg!("workspace");
|
||||
dbg!(&text);
|
||||
self.client()
|
||||
.telemetry()
|
||||
.report_app_event(format!("{}: open", text));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue