removed some unnecessary exports

This commit is contained in:
Miodec 2022-01-18 00:01:12 +01:00
parent e234e78c65
commit c908fcc875

View file

@ -1,8 +1,6 @@
//this file should be concatenated with the legacy js files
//try to keep this list short because we need to eliminate it eventually
global.simplePopups = SimplePopups.simplePopups;
global.sendVerificationEmail = Misc.sendVerificationEmail;
global.getuid = Misc.getuid;
//these exports are just for debugging in the browser
@ -13,12 +11,8 @@ global.linkToGoogle = AccountController.linkWithGoogle;
global.unlinkGoogle = AccountController.unlinkGoogle;
global.linkToEmail = AccountController.linkWithEmail;
global.filters = ResultFilters.getFilters();
global.glarsesMode = toggleGlarses;
global.filterDebug = Account.toggleFilterDebug;
global.stats = TestStats.getStats;
global.replay = Replay.getReplayExport;
@ -27,4 +21,4 @@ global.enableTimerDebug = TestTimer.enableTimerDebug;
global.getTimerStats = TestTimer.getTimerStats;
global.objecthash = require("object-hash");
global.toggleUnsmoothedRaw = Result.toggleUnsmoothedRaw;