mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 17:03:26 +03:00
Remove sign in telemetry event
This commit is contained in:
parent
3adc0b947f
commit
d2cd9c94f7
@ -150,7 +150,6 @@ impl UserStore {
|
|||||||
client.telemetry.set_authenticated_user_info(None, false);
|
client.telemetry.set_authenticated_user_info(None, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
client.telemetry.report_event("sign in", Default::default());
|
|
||||||
current_user_tx.send(user).await.ok();
|
current_user_tx.send(user).await.ok();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user