From 71e3d7310a06305c3c15685364ea8e20fc720867 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 21 Feb 2019 15:25:45 +0100 Subject: Simplify analytics calls --- src/containers/auth/SignupScreen.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/containers/auth/SignupScreen.js') diff --git a/src/containers/auth/SignupScreen.js b/src/containers/auth/SignupScreen.js index caf75de90..efc7ea4c1 100644 --- a/src/containers/auth/SignupScreen.js +++ b/src/containers/auth/SignupScreen.js @@ -4,7 +4,6 @@ import { inject, observer } from 'mobx-react'; import Signup from '../../components/auth/Signup'; import UserStore from '../../stores/UserStore'; -import { gaPage } from '../../lib/analytics'; import { globalError as globalErrorPropType } from '../../prop-types'; @@ -13,10 +12,6 @@ export default @inject('stores', 'actions') @observer class SignupScreen extends error: globalErrorPropType.isRequired, }; - componentDidMount() { - gaPage('Auth/Signup'); - } - render() { const { actions, stores, error } = this.props; return ( -- cgit v1.2.3-70-g09d2