Remove comments

Joseph T. Lyons created

Change summary

crates/zed/src/main.rs | 8 --------
1 file changed, 8 deletions(-)

Detailed changes

crates/zed/src/main.rs 🔗

@@ -766,11 +766,3 @@ pub fn background_actions() -> &'static [(&'static str, &'static dyn Action)] {
         ("Change your settings", &zed_actions::OpenSettings),
     ]
 }
-
-// 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
-// If we don't add an app close, we should prob add back the flush on startup?