diff --git a/test/app-tests/loading.js b/test/app-tests/loading.js index a65383bc..302f4230 100644 --- a/test/app-tests/loading.js +++ b/test/app-tests/loading.js @@ -81,10 +81,6 @@ describe('loading:', function() { windowLocation = null; matrixChat = null; - - languageHandler.setMissingEntryGenerator(function(key) { - return key.split('|', 2)[1]; - }); }); afterEach(async function() {