Remove gogle analytics from export

This commit is contained in:
Blade Barringer
2015-07-10 07:41:07 -05:00
parent 2e6725997d
commit d9f8e54d1a
-1
View File
@@ -176,7 +176,6 @@ module.exports.setupConfig = function(){
isProd = nconf.get('NODE_ENV') === 'production';
baseUrl = nconf.get('BASE_URL');
module.exports.ga = require('universal-analytics')(nconf.get('GA_ID'));
var analytics = isProd && require('./analytics');
var analyticsTokens = {
amplitudeToken: nconf.get('AMPLITUDE_KEY'),