From daddb03e7a8fda0cb4adce35cfb629cd98ea271d Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 20 Nov 2023 16:04:32 -0500 Subject: [PATCH] Remove comments --- crates/zed/src/main.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/zed/src/main.rs b/crates/zed/src/main.rs index b953a782ce..20b93ae6bb 100644 --- a/crates/zed/src/main.rs +++ b/crates/zed/src/main.rs @@ -167,12 +167,6 @@ fn main() { .detach(); client.telemetry().start(installation_id, session_id, cx); - // TODO: - // Cleanly identify open / first open - // What should we do if we fail when looking for installation_id? - // - set to true, false, or skip? - // Report closed - // Copy logic to zed2 let telemetry_settings = *settings::get::(cx); let event_operation = match existing_installation_id_found { Some(false) => "first open",