From 184c1f0ad49173ac7094c23405cb00287d110e5b Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 23 Oct 2019 11:51:48 +0200 Subject: Remove analytics event in componentDidMount --- src/features/planSelection/containers/PlanSelectionScreen.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/features/planSelection/containers/PlanSelectionScreen.js b/src/features/planSelection/containers/PlanSelectionScreen.js index 3f9638e9d..cb62f45d3 100644 --- a/src/features/planSelection/containers/PlanSelectionScreen.js +++ b/src/features/planSelection/containers/PlanSelectionScreen.js @@ -38,10 +38,6 @@ class PlanSelectionScreen extends Component { intl: intlShape, }; - componentDidMount() { - gaEvent(GA_CATEGORY_PLAN_SELECTION, 'show'); - } - upgradeAccount(planId) { const { upgradeAccount } = this.props.actions.payment; -- cgit v1.2.3-70-g09d2