diff --git a/src/components/button/MuseHubRecommendedSection.jsx b/src/components/button/MuseHubRecommendedSection.jsx index a1ec330..5837564 100644 --- a/src/components/button/MuseHubRecommendedSection.jsx +++ b/src/components/button/MuseHubRecommendedSection.jsx @@ -19,8 +19,6 @@ function MuseHubRecommendedSection({ museHubReleaseData, OS }) { `Download MuseHub button ${OS}`, ); trackBinaryDownloadChoice({ - experimentName: "musehub-download", - variant, os: OS, releaseName: museHubReleaseData[0].name, url: museHubReleaseData[0].browser_download_url,