From 5419ce09e97d2399f4c76cb70c5835282877b53d Mon Sep 17 00:00:00 2001 From: Ali Farooq Date: Mon, 7 Oct 2019 16:08:32 -0400 Subject: [PATCH] Removing ui marketplace install event --- .../plugin_marketplace/marketplace_item/marketplace_item.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/plugin_marketplace/marketplace_item/marketplace_item.jsx b/components/plugin_marketplace/marketplace_item/marketplace_item.jsx index 167bae7b6d1b..c563552a8f06 100644 --- a/components/plugin_marketplace/marketplace_item/marketplace_item.jsx +++ b/components/plugin_marketplace/marketplace_item/marketplace_item.jsx @@ -85,8 +85,6 @@ export default class MarketplaceItem extends React.Component { onInstall = () => { this.setState({installing: true}); - trackEvent('plugins', 'ui_marketplace_download'); - this.installPlugin(); }