Remove Amplitude event tracking

This commit is contained in:
Joseph T Lyons 2022-11-01 20:49:49 -04:00
parent e5f0965138
commit dc657a647e
8 changed files with 0 additions and 349 deletions

View file

@ -4,9 +4,6 @@ fn main() {
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_AMPLITUDE_API_KEY") {
println!("cargo:rustc-env=ZED_AMPLITUDE_API_KEY={value}");
}
if let Ok(value) = std::env::var("ZED_PREVIEW_CHANNEL") {
println!("cargo:rustc-env=ZED_PREVIEW_CHANNEL={value}");
}