From cc0eefd97d5aff789c621b20d2790e69f32247a2 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 15 Nov 2015 15:45:30 -0600 Subject: [PATCH] Remove coffeescript dependency --- website/src/libs/api-v3/analyticsService.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/libs/api-v3/analyticsService.js b/website/src/libs/api-v3/analyticsService.js index 81be37322e..ae9ad6f60f 100644 --- a/website/src/libs/api-v3/analyticsService.js +++ b/website/src/libs/api-v3/analyticsService.js @@ -9,8 +9,6 @@ import { } from 'lodash'; import { content as Content } from '../../../../common'; -require('coffee-script'); - const AMPLIUDE_TOKEN = nconf.get('AMPLITUDE_KEY'); const GA_TOKEN = nconf.get('GA_ID'); const GA_POSSIBLE_LABELS = ['gaLabel', 'itemKey'];