[AppSettings] Remove excess code from last commit

This commit is contained in:
Ducko 2022-05-15 11:32:11 +01:00
parent 716dbce22b
commit 6748897e46
1 changed files with 0 additions and 5 deletions

View File

@ -11,11 +11,6 @@ class Settings { // Heavily based on original for compat, but simplified and twe
this.path = path;
this.mod = this.getMod();
Object.assign(this, {
path,
mod: this.getMod()
});
log('Settings', this.path, this.store);
}