summaryrefslogtreecommitdiffstats
path: root/web/react/stores/analytics_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/analytics_store.jsx')
-rw-r--r--web/react/stores/analytics_store.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/react/stores/analytics_store.jsx b/web/react/stores/analytics_store.jsx
index 0ad989206..ec827f6d7 100644
--- a/web/react/stores/analytics_store.jsx
+++ b/web/react/stores/analytics_store.jsx
@@ -83,7 +83,3 @@ AnalyticsStore.dispatchToken = AppDispatcher.register((payload) => {
});
export default AnalyticsStore;
-
-if (window.mm_config.EnableDeveloper === 'true') {
- window.AnalyticsStore = AnalyticsStore;
-}