From c4768a221f93d534f4d0454414cdf073af8a2356 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 09:39:39 +0200 Subject: Remove analytics --- src/components/ui/PremiumFeatureContainer/index.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/components/ui') diff --git a/src/components/ui/PremiumFeatureContainer/index.js b/src/components/ui/PremiumFeatureContainer/index.js index 3c1e0fac3..08553b32a 100644 --- a/src/components/ui/PremiumFeatureContainer/index.js +++ b/src/components/ui/PremiumFeatureContainer/index.js @@ -9,7 +9,6 @@ import { oneOrManyChildElements } from '../../../prop-types'; import UserStore from '../../../stores/UserStore'; import styles from './styles'; -import { gaEvent } from '../../../lib/analytics'; const messages = defineMessages({ action: { @@ -60,10 +59,6 @@ class PremiumFeatureContainer extends Component { type="button" onClick={() => { actions.ui.openSettings({ path: 'user' }); - if (gaEventInfo) { - const { category, event, label } = gaEventInfo; - gaEvent(category, event, label); - } }} > {intl.formatMessage(messages.action)} -- cgit v1.2.3-54-g00ecf