From c4768a221f93d534f4d0454414cdf073af8a2356 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 09:39:39 +0200 Subject: Remove analytics --- src/features/shareFranz/Component.js | 10 ---------- src/features/shareFranz/index.js | 4 ---- 2 files changed, 14 deletions(-) (limited to 'src/features/shareFranz') diff --git a/src/features/shareFranz/Component.js b/src/features/shareFranz/Component.js index 8d1d595c5..320951f0d 100644 --- a/src/features/shareFranz/Component.js +++ b/src/features/shareFranz/Component.js @@ -8,7 +8,6 @@ import { H1, Icon } from '@meetfranz/ui'; import Modal from '../../components/ui/Modal'; import { state } from '.'; -import { gaEvent } from '../../lib/analytics'; import ServicesStore from '../../stores/ServicesStore'; const messages = defineMessages({ @@ -129,9 +128,6 @@ export default @injectSheet(styles) @inject('stores') @observer class ShareFranz icon="mdiEmail" href={`mailto:?subject=Meet the cool app Franz&body=${intl.formatMessage(messages.shareTextEmail, { count: serviceCount })}}`} target="_blank" - onClick={() => { - gaEvent('Share Franz', 'share', 'Share via email'); - }} />