Remove code sending zed events to mixpanel

This commit is contained in:
Joseph Lyons 2023-06-05 15:33:17 -04:00
parent 2190a27dff
commit 311074e397
8 changed files with 4 additions and 272 deletions

View file

@ -1,9 +1,6 @@
fn main() {
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.15.7");
if let Ok(value) = std::env::var("ZED_MIXPANEL_TOKEN") {
println!("cargo:rustc-env=ZED_MIXPANEL_TOKEN={value}");
}
if let Ok(value) = std::env::var("ZED_PREVIEW_CHANNEL") {
println!("cargo:rustc-env=ZED_PREVIEW_CHANNEL={value}");
}