From c456bd6bd64bbc30cd742faaf682445ca95bb907 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 15 Apr 2024 21:46:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20now=20obsolete=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/ConfigAccumalator.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/ConfigAccumalator.js b/src/utils/ConfigAccumalator.js index 337d5c4f..f6317b07 100644 --- a/src/utils/ConfigAccumalator.js +++ b/src/utils/ConfigAccumalator.js @@ -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]) {