WIP(analytics): Remove Mixpanel

This commit is contained in:
Sabe Jones
2015-06-18 20:33:54 -05:00
parent 3c5ae80e0b
commit 86d711bb5e
2 changed files with 9 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ describe('Analytics Service', function () {
});
});
context('Mixpanel', function() {
context.skip('Mixpanel', function() { // Mixpanel not currently in use
before(function() {
sinon.stub(mixpanel, 'alias');