mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 05:35:07 +02:00
🔥 Remove now obsolete code
This commit is contained in:
parent
133718972d
commit
c456bd6bd6
@ -32,9 +32,6 @@ export default class ConfigAccumulator {
|
|||||||
if (this.conf && this.conf.appConfig) {
|
if (this.conf && this.conf.appConfig) {
|
||||||
appConfigFile = this.conf.appConfig;
|
appConfigFile = this.conf.appConfig;
|
||||||
}
|
}
|
||||||
// else if (buildConf && buildConf.appConfig) {
|
|
||||||
// appConfigFile = buildConf.appConfig;
|
|
||||||
// }
|
|
||||||
// Fill in defaults if anything missing
|
// Fill in defaults if anything missing
|
||||||
let usersAppConfig = defaultAppConfig;
|
let usersAppConfig = defaultAppConfig;
|
||||||
if (localStorage[localStorageKeys.APP_CONFIG]) {
|
if (localStorage[localStorageKeys.APP_CONFIG]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user