removed unnecessary analytics

This commit is contained in:
Jack 2020-06-03 18:00:41 +01:00
parent 35486771c6
commit ebd5c9c152

View file

@ -366,15 +366,7 @@ function changeLayout(layout, nosave){
if (layout == null || layout == undefined){
layout = "qwerty"
}
config.layout = layout;
try{
firebase.analytics().logEvent('changedLanguage', {
language: language
});
}catch(e){
console.log("Analytics unavailable");
}
if(!nosave) saveConfigToCookie();
}