mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 21:00:35 +00:00
Remove comments
This commit is contained in:
parent
a0dcc9618e
commit
daddb03e7a
1 changed files with 0 additions and 6 deletions
|
@ -167,12 +167,6 @@ fn main() {
|
||||||
.detach();
|
.detach();
|
||||||
|
|
||||||
client.telemetry().start(installation_id, session_id, cx);
|
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::<TelemetrySettings>(cx);
|
let telemetry_settings = *settings::get::<TelemetrySettings>(cx);
|
||||||
let event_operation = match existing_installation_id_found {
|
let event_operation = match existing_installation_id_found {
|
||||||
Some(false) => "first open",
|
Some(false) => "first open",
|
||||||
|
|
Loading…
Reference in a new issue