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/delayApp/index.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/features/delayApp/index.js') diff --git a/src/features/delayApp/index.js b/src/features/delayApp/index.js index 39fae3b20..5fc553684 100644 --- a/src/features/delayApp/index.js +++ b/src/features/delayApp/index.js @@ -3,7 +3,6 @@ import moment from 'moment'; import DelayAppComponent from './Component'; import { DEFAULT_FEATURES_CONFIG } from '../../config'; -import { gaEvent, gaPage } from '../../lib/analytics'; const debug = require('debug')('Franz:feature:delayApp'); @@ -55,8 +54,6 @@ export default function init(stores) { debug(`App will be delayed for ${config.delayDuration / 1000}s`); setVisibility(true); - gaPage('/delayApp'); - gaEvent('DelayApp', 'show', 'Delay App Feature'); timeLastDelay = moment(); shownAfterLaunch = true; -- cgit v1.2.3-70-g09d2