Remove comments

This commit is contained in:
Joseph T. Lyons 2023-11-22 23:01:18 -05:00
parent 0def2bc0d2
commit a876b6f700

View file

@ -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?