remove GA, given it's increasingly useless given Riot/Desktop doesn't use it, plus it obviously has privacy implications. It may get re-added as opt-in in future, so we're not sailing entirely blind on how folks use the app, or we may switch to Piwik etc instead.

This commit is contained in:
Matthew Hodgson 2017-02-10 17:21:02 +00:00
parent b6741d9b10
commit 6a7daaf6c4
2 changed files with 0 additions and 20 deletions

View file

@ -135,7 +135,6 @@ var onNewScreen = function(screen) {
var hash = '#/' + screen;
lastLocationHashSet = hash;
window.location.hash = hash;
if (ga) ga('send', 'pageview', window.location.pathname + window.location.search + window.location.hash);
}
}