🔥 Remove now obsolete code

This commit is contained in:
Alicia Sykes 2024-04-15 21:46:30 +01:00
parent 133718972d
commit c456bd6bd6
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ export default class ConfigAccumulator {
if (this.conf && this.conf.appConfig) {
appConfigFile = this.conf.appConfig;
}
// else if (buildConf && buildConf.appConfig) {
// appConfigFile = buildConf.appConfig;
// }
// Fill in defaults if anything missing
let usersAppConfig = defaultAppConfig;
if (localStorage[localStorageKeys.APP_CONFIG]) {