From c4768a221f93d534f4d0454414cdf073af8a2356 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 21 Aug 2019 09:39:39 +0200 Subject: Remove analytics --- src/app.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app.js') diff --git a/src/app.js b/src/app.js index cb3e37c64..40224f933 100644 --- a/src/app.js +++ b/src/app.js @@ -18,7 +18,6 @@ import apiFactory from './api'; import actions from './actions'; import MenuFactory from './lib/Menu'; import TouchBarFactory from './lib/TouchBar'; -import * as analytics from './lib/analytics'; import I18N from './I18n'; import AppLayoutContainer from './containers/layout/AppLayoutContainer'; @@ -67,7 +66,6 @@ window.addEventListener('load', () => { api, menu, touchBar, - analytics, features: {}, render() { const preparedApp = ( -- cgit v1.2.3-54-g00ecf